-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
249 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,13 @@ Title: Functions for the Lognormal Distribution | |
Version: 0.1.3 | ||
Author: Thomas Wutzler | ||
Maintainer: Thomas Wutzler <[email protected]> | ||
Description: Provides Moments and other statistics of the lognormal distribution. | ||
Estimation of the parameters of the sum of lognormals is implemented. | ||
Description: The lognormal distribution | ||
(Limpert et al (2001) <doi:10.1641/0006-3568(2001)051[0341:lndats]2.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>). | ||
Imports: Matrix | ||
Suggests: testthat, knitr, dplyr, ggplot2, mvtnorm, purrr, tidyr | ||
VignetteBuilder: knitr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
## Note | ||
Improved consistency with other R distribution methods. | ||
Now with including examples in addition to vignettes. | ||
|
||
Provide to the R community | ||
|
||
* Approximating the sum of lognormals | ||
* estimating distribution parameters from observations statistics | ||
* computing moments and other statistics | ||
|
||
## Test environments | ||
* local R 3.4.4 on Mint17 64bit | ||
* Ubuntu 14.04.5 LTS (on travis-ci), 3.5.0 | ||
* Ubuntu 14.04.5 LTS (on travis-ci), 14.04 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs nor WARNINGs nor NOTEs | ||
There were no ERRORs nor WARNINGs | ||
One note that this is a new submssion. | ||
|
||
The first two possible misspellings in DESCRIPTION are caused by names in a | ||
literature reference. | ||
Third: Throughout this package I consistently write lognormal instead of log-normal. | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.