Technical Elements Documentation
    Preparing search index...

    Type Alias ParameterType

    ParameterType:
        | "FREQUENCY"
        | "PROBABILITY"
        | "UNAVAILABILITY"
        | "CCF_PARAMETER"
        | "HUMAN_ERROR_PROBABILITY"
        | "OTHER"

    Interface representing the types of parameters used in data analysis. The parameter type determines the type of data analysis that can be performed.

    DA-A4