-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 955 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 955 Bytes
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
Package: triangle
Title: Distribution Functions and Parameter Estimates for the Triangle Distribution
Version: 1.0.1
Authors@R:
person(given = "Rob",
family = "Carnell",
role = c("aut", "cre"),
email = "bertcarnell@gmail.com")
Description: Provides the "r, q, p, and d" distribution functions for the triangle distribution. Also includes maximum likelihood estimation of parameters.
License: GPL (>= 2)
URL: https://bertcarnell.github.io/triangle/, https://bertcarnell.github.io/triangle/
BugReports: https://github.com/bertcarnell/triangle/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 2.14.1)
Collate:
'cdfe.R'
'dtriangle.R'
'fit-plots.R'
'ltriangle.r'
'mle-utils.R'
'mle.R'
'mom.R'
'ptriangle.r'
'qtriangle.R'
'rtriangle.r'
Imports:
stats4,
methods,
boot
Suggests:
testthat,
knitr,
rmarkdown,
MASS,
Rmpfr
VignetteBuilder: knitr