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")
NumericVector containing the calculated quantiles.
NumericVector of probabilities (values in (0,1)).
NumericMatrix with parameters (columns: alpha, beta, gamma, delta, lambda).
String specifying the distribution family (default: "gkw").