-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/marginalise #344
base: master
Are you sure you want to change the base?
Feature/marginalise #344
Conversation
R/dag_class.R:6:1: style: functions should have cyclomatic complexity of less than 50, this has 51. dag_class <- R6Class(
^ R/marginalise.R:172:1: style: Lines should not be more than 80 characters. # x will be the target; a tf constructor function for the distribution being
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
==========================================
+ Coverage 94.94% 95.18% +0.23%
==========================================
Files 30 32 +2
Lines 4728 5023 +295
==========================================
+ Hits 4489 4781 +292
- Misses 239 242 +3
Continue to review full report at Codecov.
|
b5989f2
to
ca8920b
Compare
An interface for marginalisation of random variables
Initially just scalar discrete variables, and multivariate normal variables (via Laplace approximation).