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

Dynamic Factor Models #55

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Dynamic Factor Models #55

wants to merge 25 commits into from

Conversation

bbejanov
Copy link
Member

@bbejanov bbejanov commented Jul 5, 2023

Add support for statistical time series models, such as DFM.

Relevant solvers are implemented in StateSpaceEcon PR 52

@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2023

Codecov Report

Attention: Patch coverage is 2.14646% with 775 lines in your changes are missing coverage. Please review.

Project coverage is 70.67%. Comparing base (1cec057) to head (dfcc225).

Files Patch % Lines
src/dfm/evals.jl 0.00% 303 Missing ⚠️
src/dfm/DFMModels.jl 0.33% 301 Missing ⚠️
src/dfm/constraints.jl 0.00% 77 Missing ⚠️
src/dfm/params.jl 0.00% 56 Missing ⚠️
src/dfm/utils.jl 0.00% 38 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #55       +/-   ##
===========================================
- Coverage   95.57%   70.67%   -24.90%     
===========================================
  Files          14       19        +5     
  Lines        2192     2974      +782     
===========================================
+ Hits         2095     2102        +7     
- Misses         97      872      +775     

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

Base automatically changed from dev to master November 17, 2023 18:21
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