View source: R/fitexprayleigh.R
fitexprayleigh | R Documentation |
Fitting the exponentiated exponentiated Rayleigh distribution
fitexprayleigh(starts, data)
starts |
A vector defining the starting values for the Nelder-Mead algorithm. |
data |
A vector containing the observations |
List the estimated parameters of the distribution with standard errors and goodness-of-fit statistics.
data=rexprayleigh(500,2,3)
fitexprayleigh(starts =c(2,2),data=data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.