Skip to content

openpra-monorepo


Interface: ProbabilityModel

Defined in: da/data-analysis.ts:24

Properties

distribution

distribution: ParameterDistribution

Defined in: da/data-analysis.ts:25


estimationDetails?

optional estimationDetails?: object

Defined in: da/data-analysis.ts:27

confidenceIntervals?

optional confidenceIntervals?: object

confidenceIntervals.lower

lower: Record<string, number>

confidenceIntervals.upper

upper: Record<string, number>

dataPointReferences

dataPointReferences: string[]

estimationDate

estimationDate: string

estimationMethod

estimationMethod: string

goodnessOfFit?

optional goodnessOfFit?: object

goodnessOfFit.method

method: string

goodnessOfFit.value

value: number

sampleSize?

optional sampleSize?: number


source?

optional source?: "ESTIMATED" | "MANUAL" | "DEFAULT"

Defined in: da/data-analysis.ts:26