powered by
Generate a random sample from the TLCAR distribution using the quantile function.
rTLCAR(n, alpha, a, b, theta, m)
Random sample from the TLCAR distribution.
Number of observations in the sample.
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.
# Generate a random sample with 100 observations using estimated parameters sample <- rTLCAR(n = 100, alpha = 1, a = 1, b = 0, theta = 3, m = 1)
Run the code above in your browser using DataLab