-
Notifications
You must be signed in to change notification settings - Fork 18
z-scores #42
Comments
@palewire definitely. I'll try to dummy up some code using existing functions. I think the two most useful would go something like this:
|
Are there existing Python functions that do this already in |
@palewire Ah, Don't see a version of my no. 2 yet... |
Hmm. It might be a fun exercise to unpack the scipy function and see how we could rewrite it in a simplified, more literate and documented way. |
@palewire I just recalled this request because I've been writing a lot of python scripts that don't quite generate the z-/t-scores I want. Would it be against the spirit of this repo to import a package like scipy or numpy? My guess is yes but I'll let you decide. In any case, function no. 2 (the proportion z-value) is doable with simple arithmetic. |
What do you need from numpy to make your function work? |
@ryanvmenezes, think that's something that could be boiled down to simple python in here for reuse in our other projects?
The text was updated successfully, but these errors were encountered: