Last chance! 50% off unlimited learning
Sale ends in
Maximum likelihood estimation of the parameters of the Left-Pareto Lognormal distribution.
leftparetolognormal.mle(
x,
lower = c(1e-10, 1e-10),
upper = c(Inf, Inf),
start = NULL
)
data vector
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.
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)