Variable: ProbabilisticResponseSimulationSchema
constProbabilisticResponseSimulationSchema:ZodObject<{componentsPerSet:ZodNumber;convergenceCriterion:ZodString;convergenceMetric:ZodString;convergenceResults:ZodArray<ZodObject<{metricValue:ZodNumber;sampleCount:ZodNumber; },$strip>>;correlationTreatment:ZodString;implementsSrs:ZodArray<ZodObject<{hlr:ZodEnum<{A:"A";B:"B";C:"C";D:"D";E:"E";F:"F";G:"G";H:"H";I:"I"; }>;sr:ZodString; },$strip>>;inputMotionSetCount:ZodNumber;method:ZodEnum<{LATIN_HYPERCUBE:"LATIN_HYPERCUBE";MONTE_CARLO:"MONTE_CARLO";OTHER:"OTHER"; }>;name:ZodString;outputResultRefs:ZodArray<ZodString>;randomSeed:ZodOptional<ZodNumber>;sampledAleatoryVariables:ZodArray<ZodString>;sampledEpistemicVariables:ZodArray<ZodString>;simulationCount:ZodNumber;stableResponsesDemonstrated:ZodBoolean;uuid:ZodString; },$strip>
Defined in: sfr/seismic-fragility-analysis.ts:177
