Skip to content
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

Allow obtaining the mean of a distribution #285

Merged
merged 2 commits into from
Mar 17, 2024

Fix the mean of skewed distributions being calculated incorrectly

4580c3a
Select commit
Loading
Failed to load commit list.
Merged

Allow obtaining the mean of a distribution #285

Fix the mean of skewed distributions being calculated incorrectly
4580c3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 17, 2024 in 0s

91.66% of diff hit (target 0.00%)

View this Pull Request on Codecov

91.66% of diff hit (target 0.00%)

Annotations

Check warning on line 177 in core/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/error.rs#L177

Added line #L177 was not covered by tests

Check warning on line 99 in core/src/num/dist.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/num/dist.rs#L99

Added line #L99 was not covered by tests

Check warning on line 104 in core/src/num/dist.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/num/dist.rs#L104

Added line #L104 was not covered by tests