Description Usage Arguments Value
View source: R/lefttparetolognormal.R
Maximum likelihood estimation of the parameters of the Left-Pareto Lognormal distribution.
| 1 2 3 4 5 6 | 
| x | data vector | 
| lower, upper | Upper and lower bounds for the estimation procedure on the parameters c(shape1,sdlog), defaults to c(1e-10,1e-10) and c(Inf,Inf) respectively. | 
| start | named vector with starting values, default to c(shape1=2,sdlog=sd(log(x))) | 
Returns a named list containing a
Named vector of coefficients
logical indicator of convergence
Length of the fitted data vector
Nr. of coefficients
x = rleftparetolognormal(1e3)
## Pareto fit with xmin set to the minium of the sample leftparetolognormal.mle(x=x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.