calc_emis | R Documentation |
Calculating the probability of occurance of particular values of covariates at a node given the value of target.
calc_emis(state, obsv, probs, pars)
state |
character value of state variable at a particular node. |
obsv |
character vector of values of covariates at that node. |
probs |
emission probability distribution of the covariates in TAN structure. |
pars |
integer vector denoting the parents of the nodes(other than root) in the TAN structure. |
probability of occurance of particular values of covariates at a node given the value of target.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.