Package: Distributacalcul
Type: Package
Title: Probability Distribution Functions
Version: 0.4.0
Date: 2024-01-08
Authors@R: c(
    person("Alec James", "van Rassel", email = "alec.van-rassel.1@ulaval.ca",
            role = c("aut", "cre", "cph")), 
    person("Gabriel", "Crépeault-Cauchon", role = c("aut", "ccp")),
    person("Étienne", "Marceau", role = c("tch", "sad")),
    person("Hélène", "Cossette", role = c("tch", "sad")),
    person("Laboratoire Act & Risk", role = c("fnd", "sht")),
    person("École d'actuariat de l'Université Laval", role = c("fnd", "his", "uvp")),
    person("Natural Sciences and Engineering Research Council of Canada", role = c("fnd")),
    person("Marc-André", "Devost", role = c("ccp"))
 )
Description: Calculates expected values, variance, different moments (kth 
    moment, truncated mean), stop-loss, mean excess loss, Value-at-Risk (VaR)
    and Tail Value-at-Risk (TVaR) as well as some density and cumulative 
    (survival) functions of continuous, discrete and compound distributions. 
    This package also includes a visual 'Shiny' component to enable students 
    to visualize distributions and understand the impact of their parameters.
    This package is intended to expand the 'stats' package so as
    to enable students to develop an intuition for probability.
License: MIT + file LICENSE
URL: https://alec42.github.io/Distributacalcul_Package/
BugReports: https://github.com/alec42/Distributacalcul_Package/issues
Encoding: UTF-8
Imports: statmod, stats, dplyr, rlang
RoxygenNote: 7.2.3
Suggests: learnr, knitr, rmarkdown, spelling, testthat
Language: en-CA
NeedsCompilation: no
Packaged: 2024-01-09 14:54:53 UTC; alecjvanrassel
Author: Alec James van Rassel [aut, cre, cph],
  Gabriel Crépeault-Cauchon [aut, ccp],
  Étienne Marceau [tch, sad],
  Hélène Cossette [tch, sad],
  Laboratoire Act & Risk [fnd, sht],
  École d'actuariat de l'Université Laval [fnd, his, uvp],
  Natural Sciences and Engineering Research Council of Canada [fnd],
  Marc-André Devost [ccp]
Maintainer: Alec James van Rassel <alec.van-rassel.1@ulaval.ca>
Repository: CRAN
Date/Publication: 2024-01-10 14:03:16 UTC
Built: R 4.3.1; ; 2024-01-10 14:49:25 UTC; unix
