The Statistic class is a parent class for the classes
Estimator and PValue. The Estimator class is a parent
for the classes PointEstimator and ConfidenceInterval.
An object of class Statistic. This class signals that
an object can be supplied to the analyze function.
name of the statistic. Used in printing methods.
The function analyze can be used to calculate the value
of a Statistic for a given dataset.
The function evaluate_estimator can be used to evaluate
distributional quantities of an Estimator
like the MSE for a PointEstimator or the
Coverage for a ConfidenceInterval.
PointEstimator ConfidenceInterval PValue
analyze evaluate_estimator
EstimatorScore