Description Usage Arguments Details Value References See Also Examples
Uses Newton-Raphson to estimate the parameters of the Lomax distribution.
1 |
x |
a (non-empty) numeric vector of data values. |
na.rm |
logical. Should missing values be removed? |
... |
|
For the density function of the Lomax distribution see
Lomax. The maximum likelihood estimate will frequently
fail to exist. This is due to the parameterization of the function which
does not take into account that the density converges to an exponential
along certain values of the parameters, see
vignette("Distribution Details", package = "univariateML")
.
mllomax
returns an object of class univariateML
.
This is a named numeric vector with maximum likelihood estimates for
lambda
and kappa
and the following attributes:
|
The name of the model. |
|
The density associated with the estimates. |
|
The loglikelihood at the maximum. |
|
The support of the density. |
|
The number of observations. |
|
The call as captured my |
Kleiber, Christian; Kotz, Samuel (2003), Statistical Size Distributions in Economics and Actuarial Sciences, Wiley Series in Probability and Statistics, 470, John Wiley & Sons, p. 60
Lomax for the Lomax density.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.