Technical Elements Documentation
    Preparing search index...

    Interface SuccessCriteriaSensitivityStudy

    Interface for sensitivity studies related to success criteria.

    SC-A9

    SC-A10

    interface SuccessCriteriaSensitivityStudy {
        description: string;
        elementSpecificProperties?: Record<string, unknown>;
        evaluatedSuccessCriteria: SuccessCriteriaId[];
        impact?: string;
        impactOnDefinitions: string;
        insights?: string;
        modelUncertaintyId?: string;
        name?: string;
        parameterRanges: Record<string, [number, number]>;
        reasonableAlternatives: string[];
        results?: string;
        significantAssumptions: string[];
        variedParameters: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string

    Description of the sensitivity study

    elementSpecificProperties?: Record<string, unknown>

    Technical element specific properties Allows for extension with properties specific to a technical element

    evaluatedSuccessCriteria: SuccessCriteriaId[]

    Success criteria evaluated in this study

    impact?: string

    Impact on analysis outcomes

    impactOnDefinitions: string

    Impact on success criteria definitions

    insights?: string

    Insights gained from the study

    modelUncertaintyId?: string

    Reference to the model uncertainty being studied

    name?: string

    Name or title of the sensitivity study

    parameterRanges: Record<string, [number, number]>

    Range of variation for each parameter Record where key is parameter name and value is [min, max] tuple

    reasonableAlternatives: string[]

    Reasonable alternatives considered

    results?: string

    Results of the sensitivity study

    significantAssumptions: string[]

    Significant assumptions being evaluated

    variedParameters: string[]

    Parameters being varied in the study