mcframework.stats_engine.bias_to_target#
- mcframework.stats_engine.bias_to_target(x: ndarray, ctx: StatsContext) float[source]#
Bias of the sample mean relative to a target \(\theta\).
- Parameters:
- x
ndarray Input sample.
- ctx
StatsContextorMapping Requires
target.
- x
- Returns:
floatEstimated bias \(\bar X - \theta\).