-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.64 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
LazyData: true
Imports:
statmod,
stats,
dplyr,
rlang
RoxygenNote: 7.2.3
Suggests:
learnr,
knitr,
rmarkdown,
spelling,
testthat
Language: en-CA