Statistic-class {adestr} | R Documentation |
Statistics and Estimators of the adestr package
Description
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
.
Arguments
label |
name of the statistic. Used in printing methods. |
Details
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
.
Value
An object of class Statistic
. This class signals that
an object can be supplied to the analyze
function.
See Also
PointEstimator
ConfidenceInterval
PValue
[Package adestr version 1.0.0 Index]