Required Components
The following components must be included in a legitimate list of
class "estimate"
.
distributioncharacter string indicating the name of the
assumed distribution (this equals "Nonparametric"
) for
nonparametric procedures).
sample.sizenumeric scalar indicating the sample size used
to estimate the parameters or quantiles.
data.namecharacter string indicating the name of the data
object used to compute the estimated parameters or quantiles.
bad.obsnumeric scalar indicating the number of missing (NA
),
undefined (NaN
) and/or infinite (Inf
, -Inf
)
values that were removed from the data object prior to performing
the estimation.
Optional Components
The following components may optionally be included in a legitimate
list of class "estimate".
parameters(parametric estimation only) a numeric vector
with a names attribute containing the names and values of the
estimated distribution parameters.
n.param.est(parametric estimation only) a scalar indicating
the number of distribution parameters estimated.
method(parametric estimation only) a character string
indicating the method used to compute the estimated parameters.
quantilesa numeric vector of estimated quantiles.
quantile.methoda character string indicating the method of
quantile estimation.
intervala list of class "intervalEstimate"
containing
information on a confidence, tolerance, or prediction interval.
All lists of class "intervalEstimate" contain the following
component:
namea character string inidicating the kind of interval.
Possible values are:
"Confidence"
, "Tolerance"
, or "Prediction"
.
The number and names of the other components in a list of class
"intervalEstimate" depends on the kind of interval it is.
These components may include:
parametera character string indicating the parameter for
which the interval is constructed (e.g., "mean"
,
"95'th %ile"
, etc.).
limitsa numeric vector containing the lower and upper
bounds of the interval.
typethe type of interval (i.e., "two-sided"
,
"lower"
, or "upper"
).
methodthe method used to construct the interval
(e.g., "normal.approx"
).
conf.levelthe confidence level associated with the interval.
sample.sizethe sample size associated with the interval.
dof(parametric intervals only) the degrees of freedom
associated with the interval.
limit.ranks(nonparametric intervals only) the rank(s) of
the order statistic(s) used to construct the interval.
m(prediction intervals only) the total number of future
observations (n.mean=1
, n.median=1
, or
n.sum=1
) or averages (n.mean>1
), medians
(n.median>1
), or sums (n.sum>1
).
k(prediction intervals only) the minimum number of future
observations
(n.mean=1
, n.median=1
, or n.sum=1
),
or averages (n.mean>1
), medians
(n.median>1
) or sums (n.sum>1
) out of the total m
that the interval should contain.
n.mean(prediction intervals only) the sample size associated
with the future averages that should be contained in the interval.
n.median(prediction intervals only) the sample size associated
with the future medians that should be contained in the interval.
n.sum(Poisson prediction intervals only) the sample size
associated with the future sums that should be contained in the
interval.
rule(simultaneous prediction intervals only) the rule used to
construct the simultaneous prediction interval.
delta.over.sigma(simultaneous prediction intervals only) numeric
scalar indicating the ratio \(\Delta / \sigma\). The quantity
\(\Delta\) (delta) denotes the difference between the mean of
the population that was sampled to construct the prediction interval,
and the mean of the population that will be sampled to produce the
future observations. The quantity \(\sigma\) (sigma) denotes the
population standard deviation for both populations.