Variable: UncertaintySchema
constUncertaintySchema:ZodObject<{correlations:ZodOptional<ZodArray<ZodObject<{correlationFactor:ZodNumber;correlationType:ZodEnum<{COMMON_CAUSE:"COMMON_CAUSE";ENVIRONMENTAL:"ENVIRONMENTAL";OPERATIONAL:"OPERATIONAL";OTHER:"OTHER"; }>;description:ZodOptional<ZodString>;parameterId:ZodString; },$strip>>>;distribution:ZodDiscriminatedUnion<[ZodObject<{errorFactor:ZodNumber;median:ZodNumber;type:ZodLiteral<LOGNORMAL>; },$strip>,ZodObject<{alpha:ZodNumber;betaParam:ZodNumber;type:ZodLiteral<BETA>; },$strip>,ZodObject<{mean:ZodNumber;stdDev:ZodNumber;type:ZodLiteral<NORMAL>; },$strip>],"type">;modelUncertaintySources:ZodOptional<ZodArray<ZodString>>;riskImplications:ZodOptional<ZodObject<{affectedMetrics:ZodArray<ZodString>;propagationNotes:ZodOptional<ZodString>;significanceLevel:ZodEnum<{HIGH:"HIGH";LOW:"LOW";MEDIUM:"MEDIUM"; }>; },$strip>>;sensitivityStudies:ZodOptional<ZodArray<ZodObject<{description:ZodString;elementSpecificProperties:ZodOptional<ZodRecord<ZodString,ZodUnknown>>;impact:ZodOptional<ZodString>;implementsSrs:ZodOptional<ZodArray<ZodObject<{hlr:ZodEnum<...>;sr:ZodString; },$strip>>>;insights:ZodOptional<ZodString>;modelUncertaintyId:ZodOptional<ZodString>;name:ZodOptional<ZodString>;parameterRanges:ZodRecord<ZodString,ZodTuple<[ZodNumber,ZodNumber],null>>;results:ZodOptional<ZodString>;uuid:ZodString;variedParameters:ZodArray<ZodString>; },$strip>>>; },$strip>
Defined in: da/data-analysis.ts:111
