Statistics Toolbox | ![]() ![]() |
Syntax
phat = mle('dist
',data) [phat,pci] = mle('dist
',data) [phat,pci] = mle('dist
',data,alpha) [phat,pci] = mle('dist
',data,alpha,p1)
Description
phat = mle('
returns the maximum likelihood estimates (MLEs) for the distribution specified in 'dist
',data)
dist
' using the sample in the vector, data. See Overview of the Distributions for the list of available distributions.
[phat,pci] = mle('
returns the MLEs and 95% percent confidence intervals.dist
',data)
[phat,pci] = mle('
returns the MLEs and dist
',data,alpha)
100(1-alpha)
% confidence intervals given the data and the specified alpha
.
[phat,pci] = mle('
is used for the binomial distribution only, where p1 is the number of trials.dist
',data,alpha,p1)
Example
See Also
betafit
, binofit
, expfit
, gamfit
, nbinfit
, normfit
, normlike
, poissfit
,
weibfit
![]() | median | moment | ![]() |