S_theta_minus_theta_squared: Calculate sample variance of squared errors

View source: R/measures.R

S_theta_minus_theta_squaredR Documentation

Calculate sample variance of squared errors

Description

Calculate sample variance of squared errors

Usage

S_theta_minus_theta_squared(theta_hat, theta)

Arguments

theta_hat

Vector of estimates

theta

True parameter value

Value

Sample variance S_(theta_hat - theta)^2


PublicationBiasBenchmark documentation built on March 16, 2026, 5:07 p.m.