cnNodeSampleLoglik {sdnet} | R Documentation |
For a given data sample, the function calculates the log-likelihood of a node with respect to a specified parent set.
cnNodeSampleLoglik(node, pars, data, pert=NULL) cnNodeSampleProb(node, pars, data, pert=NULL)
node |
an |
pars |
an |
data |
a |
pert |
an optional perturbation |
a numeric
value
N. Balov
cnet <- cnRandomCatnet(numnodes=10, maxpars=3, numcats=2) psamples <- cnSamples(object=cnet, numsamples=100) cnNodeSampleLoglik(node=5, pars=c(1,2), data=psamples)