Skip to main content

reliability_design

Function reliability_design 

Source
pub fn reliability_design(
    rows: &[RangeReliabilityRow],
    options: &ReliabilityOptions,
) -> Result<ReliabilityReport, QualityError>
Expand description

Compute internal and external reliability from supplied range geometry.

This is a pre-data design calculation. It consumes only the design matrix and externally supplied range sigmas, never residuals or measured ranges.