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
- Error types for confidence interval computations.
- Error types for conversion from a generic
Floattype to aCIResult<f64>. - An error type for interval creation.
Type Definitions
- Result type for confidence interval computations.