calculateQuantileResiduals | R Documentation |
Computes quantile residuals by transforming the cumulative distribution function (CDF) values to the standard normal quantiles.
calculateQuantileResiduals(y, params, family = "gkw")
y |
NumericVector of observations. |
params |
NumericMatrix with parameters (columns: alpha, beta, gamma, delta, lambda). |
family |
String specifying the distribution family (default: "gkw"). |
NumericVector of quantile residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.