epicorex()
functionlogpx_method
parameter of biocorex()
and epicorex()
now defaults to 'pycorex'minmarg
as argument from biocorex()
and epicorex()
sig_ml
minimal value to the estimate_parameters_gaussian()
function to prevent divide by zero errors in the marginal_p_gaussian()
function. However, now the minimal value is instead set to the machine floating point minimum value. As a result, biocorex()
may sometimes produce negative tcs
. This is an indication that the data is non-gaussian and such results should not be trusted. This might occur, for example, when binary data is fit with a gaussian marginal description.check_converged
function. The TCs for each hidden node should have been summed at each iteration before checking convergence and they were not. This is fixed now which improves detection of convergence.sig_ml
minimal value in estimate_parameters_gaussian()
functionminmarg
to replace sig_ml
minimal value. minmarg
imposes a minimal value (should be a negative number) on individual log_marginal values. Default is -10.epicorex()
function which allows the use of different marginal descriptions for different variables of a dataset. Added bernoulli
marginal description for binary data (this is an optimised version of the discrete
marginal description)NEWS.md
file to track changes to the packagebiocorex()
, plot.rcorex()
and make_corex_tidygraph()
functionsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.