Interface: ExogenousNoiseDto
@kortexya/reasoninglayer / Causal / ExogenousNoiseDto
Interface: ExogenousNoiseDto
Defined in: src/types/causal.ts:1206
An exogenous noise declaration for an inline SCM.
Properties
probabilities
probabilities:
number[]
Defined in: src/types/causal.ts:1208
probabilities[c] = P(variable = c); must sum to 1.
variable
variable:
string
Defined in: src/types/causal.ts:1210
Noise variable name.