The other std_* routines take a non-default pick for ddof, so it makes sense to keep those. But I don't see a reason for the mean and error. I'll remove it in a later commit.
it turns out these are also needed in the bootstrap and jackknife, since the default behavior of numpy is to flatten these arrays. i'm making note of this.
The other std_* routines take a non-default pick for ddof, so it makes sense to keep those. But I don't see a reason for the mean and error. I'll remove it in a later commit.