cdftri {lmomco} | R Documentation |
Cumulative Distribution Function of the Asymmetric Triangular Distribution
Description
This function computes the cumulative probability or nonexceedance probability of the Asymmetric Triangular distribution given parameters (,
, and
) computed by
partri
. The cumulative distribution function is
for ,
for , and
for
where
is the quantile for nonexceedance probability
,
is the minimum,
is the maximum, and
is the mode of the distribution.
Usage
cdftri(x, para)
Arguments
x |
A real value vector. |
para |
Value
Nonexceedance probability () for
.
Author(s)
W.H. Asquith
See Also
pdftri
, quatri
, lmomtri
, partri
Examples
lmr <- lmoms(c(46, 70, 59, 36, 71, 48, 46, 63, 35, 52))
cdftri(50,partri(lmr))
[Package lmomco version 2.5.1 Index]