Variable: BayesianUpdateSchema
constBayesianUpdateSchema:ZodObject<{convergenceCriteria:ZodOptional<ZodNumber>;method:ZodString;performed:ZodBoolean;posterior:ZodOptional<ZodObject<{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">; },$strip>>;posteriorReasonablenessCheck:ZodOptional<ZodObject<{basis:ZodString;evidenceStage:ZodEnum<{PLANT_SPECIFIC:"PLANT_SPECIFIC";TECHNOLOGY_SPECIFIC:"TECHNOLOGY_SPECIFIC"; }>;evidenceWeightAssessment:ZodString;reasonable:ZodBoolean; },$strip>>;prior:ZodOptional<ZodObject<{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">;source:ZodOptional<ZodString>; },$strip>>;validation:ZodOptional<ZodObject<{issues:ZodOptional<ZodArray<ZodString>>;method:ZodString;results:ZodString; },$strip>>; },$strip>
Defined in: da/data-analysis.ts:134
