DMSStatValues: {
    costPerUnit?: number;
    countRecords?: number;
    countRecordsWithNCUs?: number;
    countRecordsWithRTFs?: number;
    countRecordsWithZeroNCU?: number;
    countTotalRTFs?: number;
    cumulativeYield?: number;
    defectSigma?: number;
    dpb?: number;
    dpk?: number;
    dpm?: number;
    highDateTimeRetrieved?: Date;
    lowDateTimeRetrieved?: Date;
    ncuSigma?: number;
    pctDefects?: number;
    pctNCU?: number;
    pctRecordsWithNCUs?: number;
    pctRecordsWithRTFs?: number;
    pctRecordsWithZeroDefects?: number;
    ppb?: number;
    ppk?: number;
    ppm?: number;
    sumDefectCost?: number;
    sumDefects?: number;
    sumGood?: number;
    sumNCU?: number;
    sumNCUCost?: number;
    sumSampleCost?: number;
    sumSampleSize?: number;
    yield?: number;
}

Type declaration

  • OptionalcostPerUnit?: number

    The average cost of a single unit in the data set (unit is the same as opportunity. there are 100 units in a sample size of 100)

  • OptionalcountRecords?: number

    Total number of records in the retrieval

  • OptionalcountRecordsWithNCUs?: number

    Number of records with NCU > 0

  • OptionalcountRecordsWithRTFs?: number

    Number of records with at least one RTF.

  • OptionalcountRecordsWithZeroNCU?: number

    Number of records with zero NCUs

  • OptionalcountTotalRTFs?: number

    Total number of RTFs in the retrieval.

  • OptionalcumulativeYield?: number

    Product of the yield of each individual process

  • OptionaldefectSigma?: number

    Calculated based on DPM and a lookup table

  • Optionaldpb?: number

    Defects per billion

  • Optionaldpk?: number

    Defects per thousand

  • Optionaldpm?: number

    Defects per million

  • OptionalhighDateTimeRetrieved?: Date

    The percentage of the number of records with at least one RTF, out of the total number of records.

  • OptionallowDateTimeRetrieved?: Date

    The percentage of the number of records with at least one RTF, out of the total number of records.

  • OptionalncuSigma?: number

    Calculated based on PPM and a lookup table

  • OptionalpctDefects?: number

    Percent of sample size made up of defects

  • OptionalpctNCU?: number

    Percent of the sample size made up of NCUs

  • OptionalpctRecordsWithNCUs?: number

    Percent of records with NCU > 0

  • OptionalpctRecordsWithRTFs?: number

    The percentage of the number of records with at least one RTF, out of the total number of records.

  • OptionalpctRecordsWithZeroDefects?: number

    Percent of records with zero defects

  • Optionalppb?: number

    NCUs per billion

  • Optionalppk?: number

    NCUs per thousand

  • Optionalppm?: number

    NCUs per million

  • OptionalsumDefectCost?: number

    Sum of all defect costs

  • OptionalsumDefects?: number

    Sum of all defect counts

  • OptionalsumGood?: number

    Sum of all non-defects (i.e. SumSampleSize - SumDefects)

  • OptionalsumNCU?: number

    Sum of all NCUs

  • OptionalsumNCUCost?: number

    Sum of all NCU costs

  • OptionalsumSampleCost?: number

    Cost to create the entire sample (i.e. "the cost if the entire sample were NCUs")

  • OptionalsumSampleSize?: number

    Sum of all sample sizes

  • Optionalyield?: number

    Percent of sample size that are not NCUs