qBetaMS: Quantile Containing Specific Proportion of the Distribution, Given a Specific Probability of the Standard Beta PDD with Specific Mean and Variance or Standard Deviation.
Description
Calculates the quantile corresponding to a specific probability of some observation falling within the [0, x] (lt = TRUE) or [x, 1] (lt = FALSE) interval under the Standard Beta probability density distribution with defined mean and variance or standard deviation.
# To compute the quantile at a specific point (e.g., 0.5) along the Standard# (two-parameter) PDD with mean of 0.6 and variance of 0.04:qBetaMS(p = 0.5, mean = 0.6, variance = 0.04)