.calculate_sim_residuals {gkwreg} | R Documentation |
Calculate residuals for simulated data
Description
Calculate residuals for simulated data
Usage
.calculate_sim_residuals(sim_y, param_mat, type, family)
Arguments
sim_y |
Vector of simulated observations |
param_mat |
Matrix of calculated parameters |
type |
Character string specifying residual type |
family |
Character string specifying distribution family |
Value
A vector of residuals
[Package gkwreg version 1.0.10 Index]