dmiss {bernor}R Documentation

Log Density for Importance Sampling Model

Description

Evaluate the log density for importance sampling model.

Usage

dmiss(x, model)

Arguments

x

a numeric vector, the state.

model

the model, an object of class model produced by the model function.

Value

the log density

See Also

bnmarg, bnlogl.

Examples

moo <- model("gauss", 42, 1.2)
x <- rmiss(moo)
dmiss(x, moo)

[Package bernor version 0.3-8 Index]