roqua / physiqual

Ruby Engine for merging various datasources with diary questionnaire data
MIT License
1 stars 1 forks source link

Average over imputers #39

Closed frbl closed 9 years ago

frbl commented 9 years ago

Currently Physiqual only supports re-imputing the missing values of an imputed array, but does not offer a way to use the average imputed values of various imputers. This would be much better.

I.e, currently the imputation is sequential (missings from one imputer are imputed using a second imputer). It would be better if this were parallel, where the imputed values are averaged.

emerencia commented 9 years ago

wont fix