SPCRTFReportForInterchange: RTFReportForInterchange & {
    individualRealTimeFailures: SPCIndividualRealTimeFailure[];
    lclR?: number;
    lclX?: number;
    uclR?: number;
    uclX?: number;
}

Type declaration

  • individualRealTimeFailures: SPCIndividualRealTimeFailure[]

    The RTFs for each data point in the subgroup

  • OptionallclR?: number

    R Lower control limit of the subgroup

  • OptionallclX?: number

    X Lower control limit of the subgroup

  • OptionaluclR?: number

    R Upper control limit of the subgroup

  • OptionaluclX?: number

    X Upper control limit of the subgroup