Learn R Programming

qmap (version 1.0-6)

startbernweibull: Rough parameter estimate for the Bernoulli-Weibull distribution

Description

Estimates rough starting values for the Bernoulli-Weibull distribution using the method of moments for the shape and the scale parameters. The probability of non-zero events is estimated as the fraction of values that are larger than zero.

Usage

startbernweibull(x)

Value

A list containing:

prob

probability of non-zero event.

scale

scale parameter of the weibull distribution.

shape

shape parameter of the weibull distribution.

Arguments

x

numeric vector.

Author

Lukas Gudmundsson

See Also

fitQmapDIST, bernweibull, fitdist

Examples

Run this code
gg <- rbernweibull(n=300, prob=0.2, scale=1, shape=1)
startbernweibull(gg)
mledist(gg,"bernweibull",startbernweibull(gg))

Run the code above in your browser using DataLab