Technical Elements Documentation
    Preparing search index...

    Interface ModelUncertainty

    Interface representing a source of model uncertainty in the event sequence analysis.

    ES-A14

    ES-B9

    ES-C10

    interface ModelUncertainty {
        addressingPlans?: string;
        affectedAspects?: (
            "eventSequenceDefinition"
            | "dependencies"
            | "releasePhenomena"
        )[];
        assumptions?: event_sequence_analysis.Assumption[];
        characterization?: {
            description: string;
            range?: [number, number];
            type: "QUALITATIVE" | "QUANTITATIVE";
        };
        description: string;
        impact?: string;
        reasonableAlternatives?: string[];
    }

    Hierarchy

    • Unique
    • Named
      • ModelUncertainty
    Index

    Properties

    addressingPlans?: string

    Plans to address or reduce this uncertainty

    affectedAspects?: (
        "eventSequenceDefinition"
        | "dependencies"
        | "releasePhenomena"
    )[]

    Aspects of the analysis affected by this uncertainty

    Assumptions related to this uncertainty

    characterization?: {
        description: string;
        range?: [number, number];
        type: "QUALITATIVE" | "QUANTITATIVE";
    }

    Characterization of the uncertainty (qualitative or quantitative)

    Type declaration

    • description: string

      Description of the characterization

    • Optionalrange?: [number, number]

      Range or bounds of the uncertainty if quantitative

    • type: "QUALITATIVE" | "QUANTITATIVE"

      Type of characterization

    description: string

    Description of the model uncertainty

    impact?: string

    Potential impact on the analysis results

    reasonableAlternatives?: string[]

    Reasonable alternatives that could be considered