furrer-lab / abn

Bayesian network analysis in R
https://r-bayesian-networks.org/
GNU General Public License v3.0
2 stars 0 forks source link

Check and handle collinearity for all distributions. #60

Open matteodelucchi opened 9 months ago

matteodelucchi commented 9 months ago

fitAbn and buildScoreCache (both "mle"): Collinearity is only addressed for binomial variables. Extend to all distributions.

matteodelucchi commented 9 months ago

This could be addressed with a Julia backend mentioned in furrer-lab/abn#59