socialresearchcentre / projectable

Produce table-like objects made up of special metadata-rich column vectors, and project them into two dimensions.
https://socialresearchcentre.github.io/projectable
GNU General Public License v3.0
3 stars 0 forks source link

`n` and `N` should be stored as doubles #22

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

Since we allow for weighted frequencies, we should allow for non integer values of n and N

kinto-b commented 3 years ago

Looks like col_freq already does this. Don't think there's a need in col_binomial given that we don't allow for weighted frequencies there (yet)