Technical Elements Documentation
    Preparing search index...

    Interface RadionuclideReleaseUncertainty

    Represents the uncertainty associated with a radionuclide release quantity.

    interface RadionuclideReleaseUncertainty {
        description?: string;
        distributionType: DistributionType;
        parameters: Record<string, number>;
    }
    Index

    Properties

    description?: string

    Description of the uncertainty

    distributionType: DistributionType

    Type of distribution (e.g., lognormal, uniform)

    parameters: Record<string, number>

    Parameters of the distribution