qTLCAR {TLCAR} | R Documentation |
Quantile function for TLCAR distribution
Description
Calculate the quantile value for a given probability using the TLCAR distribution.
Usage
qTLCAR(p, alpha, a, b, theta, m)
Arguments
p |
Probability value (between 0 and 1). |
alpha |
Parameter representing the distribution of the Topp-Leone component. |
a |
Parameter representing the scale (a) of the Cauchy component. |
b |
Parameter representing the position (b) of the Cauchy component. |
theta |
Parameter representing the scale of the Rayleigh component. |
m |
Additional parameter. |
Value
Numeric value representing the quantile.
Examples
qTLCAR(p = 0.5, alpha = 1, a = 1, b = 0, theta = 3, m = 1)
[Package TLCAR version 0.1.0 Index]