calc_mu_cpp | R Documentation |
Calculate the mu vector of means of a Gaussian linear network. This is the C++ backend of the function.
calc_mu_cpp(fit, order)
fit |
a bn.fit object as a Rcpp::List |
order |
a topological ordering of the nodes as a vector of strings |
the map with the nodes and their mu. Returns as a named numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.