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

Rename Model to ScoreDrivenModel #145

Merged
merged 2 commits into from
Dec 2, 2022
Merged

Rename Model to ScoreDrivenModel #145

merged 2 commits into from
Dec 2, 2022

Conversation

raphaelsaavedra
Copy link
Member

It was suggested that Model should be renamed to avoid conflicts with JuMP's API.

@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Merging #145 (45ce93a) into master (feb92dc) will not change coverage.
The diff coverage is 97.82%.

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   97.43%   97.43%           
=======================================
  Files          31       31           
  Lines        1090     1090           
=======================================
  Hits         1062     1062           
  Misses         28       28           
Impacted Files Coverage Δ
src/distributions/betafour.jl 100.00% <ø> (ø)
src/univariate_score_driven_recursion.jl 88.63% <83.33%> (ø)
src/MLE.jl 95.77% <100.00%> (ø)
src/cross_validation.jl 100.00% <100.00%> (ø)
src/diagnostics.jl 83.33% <100.00%> (ø)
src/initial_params.jl 100.00% <100.00%> (ø)
src/model.jl 100.00% <100.00%> (ø)
src/opt_methods/IPNewton.jl 100.00% <100.00%> (ø)
src/opt_methods/LBFGS.jl 100.00% <100.00%> (ø)
src/opt_methods/NelderMead.jl 100.00% <100.00%> (ø)
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@raphaelsaavedra raphaelsaavedra merged commit 626456a into master Dec 2, 2022
@raphaelsaavedra raphaelsaavedra deleted the rs/model branch December 2, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants