-
Notifications
You must be signed in to change notification settings - Fork 323
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
Statistics on a Vector #3442
Statistics on a Vector #3442
Conversation
55db3cb
to
669f233
Compare
3a63e9e
to
164d80e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits
distribution/lib/Standard/Base/0.0.0-dev/src/Data/Statistics.enso
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I really like the approach to computing the moment-based statistics.
Some style suggestions that I think should be addressed below:
distribution/lib/Standard/Base/0.0.0-dev/src/Data/Statistics.enso
Outdated
Show resolved
Hide resolved
distribution/lib/Standard/Base/0.0.0-dev/src/Data/Statistics.enso
Outdated
Show resolved
Hide resolved
std-bits/base/src/main/java/org/enso/base/statistics/CountMinMax.java
Outdated
Show resolved
Hide resolved
distribution/lib/Standard/Base/0.0.0-dev/src/Data/Statistics.enso
Outdated
Show resolved
Hide resolved
std-bits/base/src/main/java/org/enso/base/statistics/Statistic.java
Outdated
Show resolved
Hide resolved
std-bits/base/src/main/java/org/enso/base/ObjectComparator.java
Outdated
Show resolved
Hide resolved
std-bits/base/src/main/java/org/enso/base/statistics/CountMinMax.java
Outdated
Show resolved
Hide resolved
Remove Group_By_Key
9e49faa
to
5f45e3d
Compare
std-bits/base/src/main/java/org/enso/base/statistics/Moments.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Radosław Waśko <[email protected]>
Co-authored-by: Radosław Waśko <[email protected]>
Pull Request Description
Important Notes
Some minor codebase improvements:
Checklist
Please include the following checklist in your PR:
./run dist
and./run watch
.