pub type CIResult<T> = Result<T, CIError>;
Result type for confidence interval computations.
This type is a type alias for Result<T, CIError>.
Result<T, CIError>