mle1.GTDL {GTDL}R Documentation

Maximum likelihood estimation

Description

Estimate of the parameters.

Usage

mle1.GTDL(start, t, method = "BFGS")

Arguments

start

Initial values for the parameters to be optimized over.

t

non-negative random variable representing the failure time and leave the snapshot failure rate, or danger.

method

The method to be used.

Value

Returns a list of summary statistics of the fitted GTDL distribution.

References

See Also

optim

Examples


# times data (from Aarset, 1987))
data(artset1987)
mod <- mle1.GTDL(c(1,-0.05,-1),t = artset1987)


[Package GTDL version 1.0.0 Index]