ltailw: TailW Log-likelihood function

Description Usage Arguments Value Examples

View source: R/weibull-loglikelihood.R

Description

This function computes the log-likelihood of the tailW with the input sample data.

l(x;α,β) = n(\log(α)+\log(β))+(β-1)∑_{i=1}^{n}\log(x+ν)-α∑_{i=1}^{n}((x+ν)^β-ν^β)

Usage

1
ltailw(x, threshold, scale, shape)

Arguments

x

Sample data.

threshold

Minimum value of the tail.

scale

Scale parameter.

shape

Shape parameter.

Value

Gives the log-likelihood of the TailW. The length of the result is determined by the length of x.

Examples

1
ltailw(1,1,1,1)

distTails documentation built on Sept. 7, 2019, 9:02 a.m.

Related to ltailw in distTails...