calculateQuantiles | R Documentation |
Computes quantiles for the given probability levels using a bisection method for the first set of parameters in the matrix.
calculateQuantiles(probs, params, family = "gkw")
probs |
NumericVector of probabilities (values in (0,1)). |
params |
NumericMatrix with parameters (columns: alpha, beta, gamma, delta, lambda). |
family |
String specifying the distribution family (default: "gkw"). |
NumericVector containing the calculated quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.