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

drawing methods #15

Open
3 tasks
fscottfoti opened this issue Sep 5, 2014 · 3 comments
Open
3 tasks

drawing methods #15

fscottfoti opened this issue Sep 5, 2014 · 3 comments

Comments

@fscottfoti
Copy link
Contributor

We probably need an open issue on drawing methods.

  • Implement the drawing method from the paper
  • Implement the chi-squared statistic to know if the draw is reasonable
  • Implement redraw until the chi-squared stat is appropriate

Any other drawing methods? I tend to think doing the one from the paper will be sufficient.

@fscottfoti
Copy link
Contributor Author

Might want to add another item to this list - if the chi-squared check isn't sufficient, perhaps we should just run the sanity check of computing the marginals on the synthesized population and see how they compare to the original. The chi-squared check might cover this though.

@jiffyclub
Copy link
Member

Looks like SciPy has a chi-squared function: http://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.chisquare.html

@Eh2406
Copy link
Contributor

Eh2406 commented Dec 20, 2016

Is this done at this point?

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

3 participants