Add a list of observations to an InferenceEngine, using a list of observations composed by the two following vectors:
observed.varsvector of observed variables;observed.valsvector of values observed for the variables inobserved.varsin the corresponding position.
Usage
observations(x) <- value
# S4 method for InferenceEngine
observations(x) <- valueArguments
- x
an
InferenceEngine.- value
the list of observations of the
InferenceEngine.