logweidc: Log-verossiminhanca da Weibull Discreta

Description Usage Arguments Details Examples

Description

Esta funcao nos fornece o valor da Log-Verossimilhanca da Distribuicao Weibull Discreta

Usage

1
logweidc(c, ti, theta)

Arguments

c

censuras do banco

ti

amostra (tempos)

theta

parametro do modelo (q,b)

Details

q e um numero entre 0 e 1

b e um numero real

Examples

1
2
3
4
ti = rweidc(100,0.5,0.9)
theta = c(0.5,0.9)
c = c(rep(10,0))
logweidc(ti,theta,c)

KathleenMartins/DiscreteWeibull documentation built on May 4, 2019, 6:36 p.m.