Interface: ProbabilityModel
Defined in: da/data-analysis.ts:24
Properties
distribution
distribution:
ParameterDistribution
Defined in: da/data-analysis.ts:25
estimationDetails?
optionalestimationDetails?:object
Defined in: da/data-analysis.ts:27
confidenceIntervals?
optionalconfidenceIntervals?:object
confidenceIntervals.lower
lower:
Record<string,number>
confidenceIntervals.upper
upper:
Record<string,number>
dataPointReferences
dataPointReferences:
string[]
estimationDate
estimationDate:
string
estimationMethod
estimationMethod:
string
goodnessOfFit?
optionalgoodnessOfFit?:object
goodnessOfFit.method
method:
string
goodnessOfFit.value
value:
number
sampleSize?
optionalsampleSize?:number
source?
optionalsource?:"ESTIMATED"|"MANUAL"|"DEFAULT"
Defined in: da/data-analysis.ts:26
