UDST / synthpop

Synthetic populations from census data
BSD 3-Clause "New" or "Revised" License
100 stars 47 forks source link

drawing methods #15

Open fscottfoti opened 10 years ago

fscottfoti commented 10 years ago

We probably need an open issue on drawing methods.

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

fscottfoti commented 10 years ago

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 commented 10 years ago

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

Eh2406 commented 7 years ago

Is this done at this point?