Technical Elements Documentation
    Preparing search index...

    Interface EventSequenceQuantificationUncertaintyDocumentation

    Documentation of model uncertainties in Event Sequence Quantification

    ESQ-F3

    interface EventSequenceQuantificationUncertaintyDocumentation {
        keyAssumptions: BaseAssumption[];
        modelUncertaintySources: {
            alternativeApproaches: string[];
            description: string;
            impact: string;
            relatedAssumptions: string[];
            sourceId: string;
            treatmentApproach: string;
        }[];
        reasonableAlternatives: {
            alternative: string;
            alternativeId?: string;
            applicableElements?: string[];
            potentialImpact?: string;
            reasonNotSelected: string;
        }[];
        relatedAssumptions: {
            applicableElements?: string[];
            assumption: string;
            basis: string;
        }[];
        requirementReference?: string;
        uncertaintySources: {
            applicableElements?: string[];
            impact: string;
            source: string;
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    keyAssumptions: BaseAssumption[]

    Key assumptions

    modelUncertaintySources: {
        alternativeApproaches: string[];
        description: string;
        impact: string;
        relatedAssumptions: string[];
        sourceId: string;
        treatmentApproach: string;
    }[]

    Sources of model uncertainty

    Type declaration

    • alternativeApproaches: string[]

      Alternative approaches considered

    • description: string

      Description of the uncertainty source

    • impact: string

      Impact on results

    • relatedAssumptions: string[]

      Assumptions made

    • sourceId: string

      Source ID

    • treatmentApproach: string

      How the uncertainty was addressed

    reasonableAlternatives: {
        alternative: string;
        alternativeId?: string;
        applicableElements?: string[];
        potentialImpact?: string;
        reasonNotSelected: string;
    }[]

    Reasonable alternatives considered - mapped to match BaseModelUncertaintyDocumentation

    Type declaration

    • alternative: string

      Alternative description - mapped to 'alternative'

    • OptionalalternativeId?: string

      Additional fields specific to this implementation

    • OptionalapplicableElements?: string[]

      Applicable elements

    • OptionalpotentialImpact?: string
    • reasonNotSelected: string

      Why it wasn't selected - mapped to 'reasonNotSelected'

    relatedAssumptions: {
        applicableElements?: string[];
        assumption: string;
        basis: string;
    }[]

    Related assumptions

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • assumption: string

      Assumption description

    • basis: string

      Basis for assumption

    requirementReference?: string

    Reference to requirement

    uncertaintySources: {
        applicableElements?: string[];
        impact: string;
        source: string;
    }[]

    Sources of model uncertainty

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • impact: string

      Impact on analysis

    • source: string

      Source description