Main Content
raylfit
Rayleigh parameter estimates
Syntax
raylfit(data,alpha)
[phat,pci] = raylfit(data,alpha)
Description
raylfit(data,alpha)
returns the maximum
likelihood estimates of the parameter of the Rayleigh distribution
given the data in the vector data
.
[phat,pci] = raylfit(data,alpha)
returns
the maximum likelihood estimate and 100(1 - alpha
)%
confidence interval given the data. The default value of the optional
parameter alpha
is 0.05, corresponding to 95% confidence
intervals.
Version History
Introduced before R2006a