ploTLCAR {TLCAR} | R Documentation |
Graphical Plot of the TLCAR Distribution
Description
Generate a graphical plot of the probability density function (PDF) or cumulative distribution function (CDF) for the TLCAR distribution.
Usage
ploTLCAR(x, alpha, a, b, theta, m, type = "pdf")
Arguments
x |
The range of values to plot the distribution. |
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. |
type |
The type of plot to generate: "pdf" for PDF plot, "cdf" for CDF plot. |
Value
A graphical plot of the TLCAR distribution.
Examples
ploTLCAR(x = seq(0, 10, by = 0.1), alpha = 0.5, a = 1, b = 0, theta = 2, m = 1, type = "pdf")
[Package TLCAR version 0.1.0 Index]