MSE: Mean Squared Error (MSE)

Description Usage Arguments Value See Also

View source: R/sim_metrics.R

Description

Mean Squared Error (MSE)

Usage

1
MSE(simulated_param_values, true_param_value)

Arguments

simulated_param_values

k-length numeric vector. k >= 1 and holds the parameter values of the estimated parameters.

true_param_value

numeric. Value of the ground-truth parameter.

Value

Mean-Squared Error

See Also

Morris, Tim P., Ian R. White, and Michael J. Crowther. "Using simulation studies to evaluate statistical methods." Statistics in medicine 38.11 (2019): 2074-2102.


JasperHG90/sleepsimReval documentation built on May 16, 2020, 2:35 a.m.