-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
25 lines (25 loc) · 936 Bytes
/
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
Package: rmetalog
Type: Package
Title: The Metalog Distribution
Version: 1.0.3
Authors@R: c(
person("Isaac", "Faber", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4478-9598")),
person("Jongbin", "Jung", email = "[email protected]", role = c("aut")))
Description: Implementation of the metalog distribution in R.
The metalog distribution is a modern, highly flexible, data-driven distribution.
Metalogs are developed by Keelin (2016) <doi:10.1287/deca.2016.0338>.
This package provides functions to build these distributions from raw data.
Resulting metalog objects are then useful for exploratory and probabilistic analysis.
Imports:
lpSolve,
ggplot2
Suggests:
knitr,
rmarkdown
Depends: R (>= 3.1.0)
BugReports: https://github.com/isaacfab/rmetalog/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr