Learn R Programming

distr6 (version 1.0.0)

prec: Precision of a Distribution

Description

Precision of a distribution assuming variance is provided.

Usage

prec(object)

Arguments

object

Distribution.

Value

Reciprocal of variance as a numeric.

R6 Usage

$prec()

Details

The precision is analytically computed as the reciprocal of the variance. If the variance is not found in the distribution (analytically or numerically), returns error.

See Also

variance