powered by
Generate a graphical plot of the probability density function (PDF) or cumulative distribution function (CDF) for the TLCAR distribution.
ploTLCAR(x, alpha, a, b, theta, m, type = "pdf")
A graphical plot of the TLCAR distribution.
The range of values to plot the distribution.
Parameter representing the distribution of the Topp-Leone component.
Parameter representing the scale (a) of the Cauchy component.
Parameter representing the position (b) of the Cauchy component.
Parameter representing the scale of the Rayleigh component.
Additional parameter.
The type of plot to generate: "pdf" for PDF plot, "cdf" for CDF plot.
ploTLCAR(x = seq(0, 10, by = 0.1), alpha = 0.5, a = 1, b = 0, theta = 2, m = 1, type = "pdf")
Run the code above in your browser using DataLab