Description Usage Arguments Details Value References See Also Examples
The maximum likelihood estimate of shape
and rate
are calculated
by calling mlweibull
on the transformed data.
1 | mlinvweibull(x, na.rm = FALSE, ...)
|
x |
a (non-empty) numeric vector of data values. |
na.rm |
logical. Should missing values be removed? |
... |
passed to |
For the density function of the log normal distribution see InverseWeibull.
mlinvweibull
returns an object of class
univariateML
. This is a named numeric vector with maximum likelihood
estimates for shape
and rate
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, C. and Kotz, S. (2003), Statistical Size Distributions in Economics and Actuarial Sciences, Wiley.
Klugman, S. A., Panjer, H. H. and Willmot, G. E. (2012), Loss Models, From Data to Decisions, Fourth Edition, Wiley.
Dutang, C., Goulet, V., & Pigeon, M. (2008). actuar: An R package for actuarial science. Journal of Statistical Software, 25(7), 1-37.
InverseWeibull for the Inverse Weibull density.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.