Learn R Programming

TLCAR (version 0.1.0)

qTLCAR: 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)

Value

Numeric value representing the quantile.

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.

Examples

Run this code
 qTLCAR(p = 0.5, alpha = 1, a = 1, b = 0, theta = 3, m = 1)

Run the code above in your browser using DataLab