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

Add collection of mean, var and std for distributions #250

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

theogf
Copy link
Collaborator

@theogf theogf commented Feb 23, 2023

This adds direct accessors to the statistics of some given Measures

Let me know if this would be the wrong way to do this?

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Patch coverage: 90.00% and project coverage change: +0.35 🎉

Comparison is base (a3b8f6d) 45.98% compared to head (4c9cff6) 46.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
+ Coverage   45.98%   46.33%   +0.35%     
==========================================
  Files          43       43              
  Lines        1344     1364      +20     
==========================================
+ Hits          618      632      +14     
- Misses        726      732       +6     
Impacted Files Coverage Δ
src/MeasureTheory.jl 50.00% <ø> (ø)
src/combinators/product.jl 10.71% <50.00%> (+3.02%) ⬆️
src/parameterized/normal.jl 52.08% <83.33%> (+4.46%) ⬆️
src/parameterized/mvnormal.jl 43.47% <100.00%> (+13.74%) ⬆️
src/parameterized/poisson.jl 70.00% <100.00%> (+5.29%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@theogf
Copy link
Collaborator Author

theogf commented Feb 24, 2023

Issues with the dependent packages seems to be linked to compatibilities issues.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Package name latest stable
Mitosis.jl
Soss.jl

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (84440f8) 52.60% compared to head (8728097) 52.85%.

Files Patch % Lines
src/combinators/product.jl 50.00% 1 Missing ⚠️
src/parameterized/normal.jl 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
+ Coverage   52.60%   52.85%   +0.24%     
==========================================
  Files          42       42              
  Lines        1399     1419      +20     
==========================================
+ Hits          736      750      +14     
- Misses        663      669       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@theogf
Copy link
Collaborator Author

theogf commented Jan 27, 2024

That's a really weird bug:
https://github.com/JuliaMath/MeasureTheory.jl/actions/runs/7678848125/job/20929123594?pr=250#step=347:347

Although constructed with one value, the output is different

@theogf
Copy link
Collaborator Author

theogf commented Jan 30, 2024

Looks like the issue is unrelated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant