-
Notifications
You must be signed in to change notification settings - Fork 0
Update #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update #1
Conversation
Planeshifter
commented
Mar 17, 2015
- updated package as outlined in TODO list
- supports accessor function
1 similar comment
@Planeshifter See the TODO note about having an option for calculating the population variance. If so, we should modify the API, such that the second parameter is an |
1 similar comment
@kgryte Does that really matter? For most sample sizes, the variance estimates are going to be very similar. In R, there is no option either, but I have seen that Matlab allows choosing between the biased and unbiased versions, and the parameter also allows you to pass a vector of weights for the individual elements. I imagine that this is quite useful in certain sampling or survey data settings. Did you think about that option? |
@Planeshifter re: weights. Yes, but not this method. I find it interesting that MATLAB allows weights to be provided to the Re: bias. Python provides a separate function for computing the population variance: I will think a bit more on this. |
Makes sense to have different functions handling the weighted case, I agree. Concerning the variances, both |
Agreed re: Re: |
Adds accessor and bias options. fmt. dotfiles.