calculateMeans | R Documentation |
Computes the mean of the distribution for each observation using numerical integration (quadrature) with caching to avoid redundant calculations.
calculateMeans(params, family = "gkw")
params |
NumericMatrix with parameters (columns: alpha, beta, gamma, delta, lambda). |
family |
String specifying the distribution family (default: "gkw"). |
NumericVector containing the calculated means for each observation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.