Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Statistics functions that ignore NAs #4

Closed
simonster opened this issue Oct 29, 2013 · 3 comments
Closed

Statistics functions that ignore NAs #4

simonster opened this issue Oct 29, 2013 · 3 comments

Comments

@simonster
Copy link
Member

We should definitely implement these. See also JuliaData/DataFrames.jl#354 and JuliaData/DataFrames.jl#325. I'm beginning to think the most general/performant approach is to replicate some of @lindahua's code from NumericExtensions but add in an if statement to avoid touching values that are NA.

@lindahua
Copy link

I think once NumericExtensions v0.3 is ready, it will provide more flexible tools to deal with this.

@simonster
Copy link
Member Author

Great. I'll wait for 0.3 before proceeding here.

@simonster simonster mentioned this issue Nov 5, 2013
@simonster
Copy link
Member Author

Fixed by #101

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants