-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
[Suggestion] Calculate Quartile from the instance of Float64Data #60
Comments
pararang
changed the title
Calculate Quartile from the instance of Float64Data
[Suggestion] Calculate Quartile from the instance of Float64Data
Feb 19, 2021
Hello @pararang, this is a good catch, there is no reason why the |
Alright, I'm working on it. |
Submitted on PR #61, Please take a look, @montanaflynn. |
montanaflynn
pushed a commit
that referenced
this issue
Feb 21, 2021
* chore: git ignore vscode config workspace * feat: method to get quartiles without input/argument from the initiated data64float * test: fix test for method Quartiles
Thanks! I merged it and will issue a new release version soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice package, I am using it right now. And I found an inconsistency while calculating the quartiles. Any reason why we must pass the data/input to calculate Quartile? Why not use the instance. If there is no specific reason, I suggest adding the
Quartiles
method on the Float64Data's struct without any input, but use the current instance, like we use Mean(), Max(), etc.Suggestion:
If this is possible, I will make the MR.
The text was updated successfully, but these errors were encountered: