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

Adjust simulation window #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adjust simulation window #143

wants to merge 1 commit into from

Conversation

guilhermebodin
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #143 (84150a5) into master (e169248) will decrease coverage by 16.06%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #143       +/-   ##
===========================================
- Coverage   97.12%   81.05%   -16.07%     
===========================================
  Files          31       31               
  Lines         938      665      -273     
===========================================
- Hits          911      539      -372     
- Misses         27      126       +99     
Impacted Files Coverage Δ
src/simulate.jl 100.00% <100.00%> (ø)
src/distributions/exponential.jl 23.52% <0.00%> (-76.48%) ⬇️
src/distributions/poisson.jl 29.41% <0.00%> (-70.59%) ⬇️
src/distributions/weibull.jl 36.84% <0.00%> (-54.47%) ⬇️
src/distributions/gamma.jl 47.61% <0.00%> (-52.39%) ⬇️
src/distributions/normal.jl 50.00% <0.00%> (-50.00%) ⬇️
src/distributions/lognormal.jl 52.38% <0.00%> (-47.62%) ⬇️
src/distributions/logitnormal.jl 52.38% <0.00%> (-47.62%) ⬇️
src/distributions/tdist.jl 52.94% <0.00%> (-47.06%) ⬇️
src/distributions/beta.jl 54.16% <0.00%> (-45.84%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e169248...84150a5. Read the comment docs.

# So the last initial_params is already a part of the future simulation
# And we must take the
# So the last initial_params is already a part of the future simulation.
# When we simulate 60 steps ahead the last observation is one too much for us.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment isn't too clear to me, maybe elaborate a bit here? Why 60 steps? What does it mean one too much?

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.

2 participants