get_local_scores: Compute bias and mse for each parameter of a GMM distribution

View source: R/utils.R

get_local_scoresR Documentation

Compute bias and mse for each parameter of a GMM distribution

Description

Compute bias and mse for each parameter of a GMM distribution

Usage

get_local_scores(estimated_theta, true_theta)

Arguments

estimated_theta

the list of the estimates returned by the EM algorithm

true_theta

the true parameters

Value

a tibble with mean, standard deviation, bias and mse for each parameter

Author(s)

Bastien CHASSAGNOL


bastienchassagnol/RGMMBench documentation built on Oct. 26, 2023, 5:58 p.m.