Skip to content

Commit 74abe57

Browse files
gamma MLE example
1 parent 1876fc9 commit 74abe57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/Gamma.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#' @examples
5656
#' # Parameter estimation for a distribution with known shape parameters
5757
#' X <- rGamma(n=500, shape=1.5, scale=0.5)
58-
#' est.par <- eGamma(X); est.par
58+
#' est.par <- eGamma(X, method="numerical.MLE"); est.par
5959
#' plot(est.par)
6060
#'
6161
#' # Fitted density curve and histogram

man/ExtDist-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Further information is available in the following vignettes:
7373
\author{
7474
Haizhen Wu <h.wu2@massey.ac.nz>,
7575
A. Jonathan R. Godfrey <A.J.Godfrey@massey.ac.nz>,
76-
Kondaswamy Govindaraju <k.govindaraju@massey.ac.nz>,
76+
Kondaswamy Govindaraju <k.govindaraju@massey.ac.nz>,
7777
Sarah Pirikahu <s.pirikahu@massey.ac.nz>
7878
79-
Maintainer: Jonathan Godfrey <a.j.godfrey@massey.ac.nz>
79+
Maintainer: Oleksii Nikolaienko <oleksii.nikolaienko@gmail.com>
8080
}

man/Gamma.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)