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

simple_predictive_probability should evaluate density for joint distribution #40

Closed
fsaad opened this issue Jun 28, 2015 · 1 comment
Closed

Comments

@fsaad
Copy link
Collaborator

fsaad commented Jun 28, 2015

There is currently no way to evaluate P(X=x,Y=y,Z=z) under the joint density of (X,Y,Z). We have

    def simple_predictive_probability(self, M_c, X_L, X_D, Y, Q):
        :param Q: A list of values to sample.  Each value is doublet of (r, d, v):
                  r is the row index, d is the column index, v is the value
        :type Q: list of lists
        :returns: list of floats -- probabilities of the values specified by Q

which can only evaluate P(col_d = v | row = r), or the univariate marginal distribution for col_d. If you input multiple columns, than multiple univariate densities are returned. We need Q to take a list of lists of tuples.

@fsaad
Copy link
Collaborator Author

fsaad commented Oct 12, 2015

Duplicate #62 -- kept that version because of vkm comment while this is bland.

@fsaad fsaad closed this as completed Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant