Module stats_ci::error

source ·
Expand description

Error types and conversion traits

The crate defines a type CIError to represent errors that can occur during the computation of confidence intervals. The type CIResult<T> is a type alias for Result<T, CIError>.

Enums

Type Definitions

  • Result type for confidence interval computations.