Skip to content

openpra-monorepo


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?

optional numberOfSamples?: number

Defined in: core/shared-patterns.ts:27


propagationMethod

propagationMethod: "MONTE_CARLO" | "LATIN_HYPERCUBE" | "ANALYTICAL" | "OTHER"

Defined in: core/shared-patterns.ts:26


randomSeed?

optional randomSeed?: number

Defined in: core/shared-patterns.ts:28


sensitivityStudies?

optional sensitivityStudies?: SensitivityStudy[]

Defined in: core/shared-patterns.ts:36


uuid

uuid: string

Defined in: core/meta.ts:2

Inherited from

Unique.uuid