![]() |
![]() |
|
PLS_Toolbox Documentation: parammle | < newtondf | pctile1 > |
parammle
Purpose
Maximum likelihood parameter estimates.
Synopsis
params = parammle(x,distname)
Description
Use parammle to obtain the best fit parameter estimates for a supported distribution.
Note: Some distributions (beta, Cauchy, gamma, Gumbel, and Weibull) will take longer to find the maximum likelihood estimates as the estimators are not analytically known. They are solved for by optimizing the likelihood.
INPUTS:
OUTPUTS:
The return value is a structure with up to 3 fields depending on the distribution (distname).
Examples
params = parammle(x,'exponential')
See Also
< newtondf | pctile1 > |