Skip to content
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

adding BayesNet #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

adding BayesNet #3

wants to merge 6 commits into from

Commits on Oct 3, 2013

  1. adding BayesNet

    jac2130 committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    9ce54e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. included negative causation and generalized to include heterogenous c…

    …ausal effects
    jac2130 committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    43227e7 View commit details
    Browse the repository at this point in the history
  2. included the possibility to add independent variables that are not ca…

    …uses of other variables. However, right now, those independent variables have to be added, using add_nodes, before edges are added, using add_edges_from. This is not very elegant, but it works for now.
    jac2130 committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    20b57dc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2013

  1. fixed some bugs and cleaned up code.

    jac2130 committed Oct 5, 2013
    Configuration menu
    Copy the full SHA
    f2dec65 View commit details
    Browse the repository at this point in the history
  2. some minor fixes.

    jac2130 committed Oct 5, 2013
    Configuration menu
    Copy the full SHA
    4f6a05a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. Now it integrates over effect parameters, based on a pmf that is fed …

    …into the BayesNet object. The default is a beta distribution with alpha=beta=2.
    jac2130 committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    08c542d View commit details
    Browse the repository at this point in the history