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

Fix orders constraints #316

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Fix orders constraints #316

merged 1 commit into from
Nov 16, 2022

Conversation

guilhermebodin
Copy link
Member

close #315

@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Merging #316 (1e806e5) into master (1dfc0c2) will increase coverage by 0.32%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
+ Coverage   90.77%   91.10%   +0.32%     
==========================================
  Files          35       35              
  Lines        3308     3508     +200     
==========================================
+ Hits         3003     3196     +193     
- Misses        305      312       +7     
Impacted Files Coverage Δ
src/models/sarima.jl 96.56% <100.00%> (+0.38%) ⬆️
src/filters/sparse_univariate_kalman_filter.jl 61.53% <0.00%> (-0.56%) ⬇️
src/filters/multivariate_kalman_filter.jl 75.64% <0.00%> (-0.20%) ⬇️
src/cross_validation.jl 100.00% <0.00%> (ø)
src/models/naive_models.jl 100.00% <0.00%> (ø)
src/models/linear_regression.jl 100.00% <0.00%> (ø)
src/filters/scalar_kalman_filter.jl 100.00% <0.00%> (ø)
src/models/exponential_smoothing.jl 100.00% <0.00%> (ø)
src/models/locallevelexplanatory.jl 100.00% <0.00%> (ø)
src/statistical_tests/canova_hansen.jl 0.00% <0.00%> (ø)
... and 17 more

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

@guilhermebodin guilhermebodin merged commit fb60be8 into master Nov 16, 2022
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.

max_q must be strictly positive? (auto arima)
1 participant