calculateProbabilities | R Documentation |
Computes the cumulative probabilities (CDF) for each observation given the parameters.
calculateProbabilities(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 containing the evaluated cumulative probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.