Technical Elements Documentation
    Preparing search index...

    Reusable interface for representing model uncertainty information. Used to document sources of uncertainty in the model.

    interface ModelUncertaintyInfo {
        description: string;
        impact: ImportanceLevel;
        reasonableAlternatives?: string[];
        source: string;
        treatment: string;
    }
    Index

    Properties

    description: string

    Description of the uncertainty

    Impact level of the uncertainty

    reasonableAlternatives?: string[]

    Reasonable alternatives that could be considered

    source: string

    Source of the uncertainty

    treatment: string

    How the uncertainty is treated in the model