Learn R Programming

bda (version 1.2.7-31)

mle.weibull: Compute the MLEs of a weibull distribution.

Description

Compute the MLEs of a weibull distribution.

Usage

mle.weibull(x)

Arguments

x
vector of quantiles.

See Also

smkde,histospline.

Examples

Run this code
x = rweibull(100,10,2)
mle.weibull(x)

Run the code above in your browser using DataLab