Sports Lib API - v21.3.0
    Preparing search index...

    Interface ImpulseResponseComponentCalibration

    The outcome of fitting one independent CP, W′, or Pmax response model.

    interface ImpulseResponseComponentCalibration {
        diagnostics: ImpulseResponseCalibrationDiagnostics | null;
        parameters: ImpulseResponseParameters | null;
        reason: ImpulseResponseCalibrationReason;
        status: ImpulseResponseCalibrationStatus;
    }
    Index

    Properties

    Present once enough data allowed an optimization attempt, including a poor held-out fit.

    parameters: ImpulseResponseParameters | null

    Null unless the model met the held-out validation quality gate.