arcsine_distribution: Arcsine Distribution Functions
Description
Functions to compute the probability density function, cumulative distribution function, and quantile function for the arcsine distribution.
Usage
arcsine_pdf(x, x_min = 0, x_max = 1)
arcsine_lpdf(x, x_min = 0, x_max = 1)
arcsine_cdf(x, x_min = 0, x_max = 1)
arcsine_lcdf(x, x_min = 0, x_max = 1)
arcsine_quantile(p, x_min = 0, x_max = 1)
Value
A single numeric value with the computed probability density, log-probability density, cumulative distribution, log-cumulative distribution, or quantile depending on the function called.