ltailw {distTails} | R Documentation |
TailW Log-likelihood function
Description
This function computes the log-likelihood of the tailW with the input sample data.
Usage
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
ltailw(1,1,1,1)
[Package distTails version 0.1.2 Index]