Statistic-class | R Documentation |
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
.
label |
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
.
An object of class Statistic
. This class signals that
an object can be supplied to the analyze
function.
PointEstimator
ConfidenceInterval
PValue
analyze
evaluate_estimator
EstimatorScore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.