dTLCAR {TLCAR} | R Documentation |
Probability Density Function (PDF) for the TLCAR Distribution
Description
Calculate the probability density at a given value using the TLCAR distribution.
Usage
dTLCAR(x, alpha, a, b, theta, m)
Arguments
x |
Value at which to calculate the PDF. |
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. |
Details
The probability density function (PDF) for the TLCAR distribution is defined as follows:
Value
Probability density at the given value.
Examples
dTLCAR(x = 1, alpha = 1, a = 1, b = 0, theta = 2, m = 0.5)
[Package TLCAR version 0.1.0 Index]