loglikedw3: Loglikelihood function

Description Usage Arguments Value Author(s) See Also Examples

View source: R/loglikedw3.R

Description

Loglikelihood function (changed in sign) for the type 3 discrete Weibull distribution

Usage

1

Arguments

par

the vector of parameters, c and β

x

the vector of sample values

Value

the value of the loglikelihood function (changed in sign) for the observed sample x under the parameters par

Author(s)

Alessandro Barbiero

See Also

estdweibull3

Examples

1
2
3
4
5
6
7
n <- 20
c <- 1/3
beta <- 2/3
x <- rdweibull3(n, c, beta)
par <- estdweibull3(x, "ML")
par
-loglikedw3(par, x)

DiscreteWeibull documentation built on May 2, 2019, 8:58 a.m.