-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
22 lines (22 loc) · 968 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: lognorm
Title: Functions for the Lognormal Distribution
Version: 0.1.9
Author: Thomas Wutzler
Maintainer: Thomas Wutzler <[email protected]>
Description: The lognormal distribution
(Limpert et al. (2001) <doi:10.1641/0006-3568(2001)051%5B0341:lndats%5D2.0.co;2>)
can characterize uncertainty that is bounded by zero.
This package provides estimation of distribution parameters, computation of
moments and other basic statistics, and an approximation of the distribution
of the sum of several correlated lognormally distributed variables
(Lo 2013 <doi:10.12988/ams.2013.39511>) and the approximation of the
difference of two correlated lognormally distributed variables
(Lo 2012 <doi:10.1155/2012/838397>).
Imports: Matrix
Suggests: markdown, rmarkdown, testthat, knitr, dplyr, ggplot2, mvtnorm, purrr, tidyr
VignetteBuilder: knitr
License: GPL-2
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/bgctw/lognorm
Encoding: UTF-8