Interface: BaseUncertaintyAnalysis
Defined in: core/shared-patterns.ts:25
Extends
Extended by
Properties
modelUncertainties
modelUncertainties:
object[]
Defined in: core/shared-patterns.ts:29
description
description:
string
impact
impact:
string
isQuantified
isQuantified:
boolean
treatmentApproach
treatmentApproach:
string
uncertaintyId
uncertaintyId:
string
numberOfSamples?
optionalnumberOfSamples?:number
Defined in: core/shared-patterns.ts:27
propagationMethod
propagationMethod:
"MONTE_CARLO"|"LATIN_HYPERCUBE"|"ANALYTICAL"|"OTHER"
Defined in: core/shared-patterns.ts:26
randomSeed?
optionalrandomSeed?:number
Defined in: core/shared-patterns.ts:28
sensitivityStudies?
optionalsensitivityStudies?:SensitivityStudy[]
Defined in: core/shared-patterns.ts:36
uuid
uuid:
string
Defined in: core/meta.ts:2
