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 DynamicFactor and a criterion for number of factors #4

Merged
merged 4 commits into from
Apr 20, 2024
Merged

Conversation

junyuan-chen
Copy link
Owner

Fitting a DynamicFactor estimates the full model described in Stock and Watson (2016) with least squares. Some changes are made with the VAR estimation to allow a more uniform interface for in-place estimation.

BaiNg is added for determining the number of unobserved factors.

The data file is replaced with one that contains the levels of the variables instead of the first differences.

@junyuan-chen junyuan-chen added enhancement New feature or request breaking Breaking changes are involved labels Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.88%. Comparing base (ad2e843) to head (3010b4a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   99.85%   99.88%   +0.02%     
==========================================
  Files           8        9       +1     
  Lines         714      902     +188     
==========================================
+ Hits          713      901     +188     
  Misses          1        1              

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

@junyuan-chen junyuan-chen merged commit 7462cbf into main Apr 20, 2024
8 checks passed
@junyuan-chen junyuan-chen deleted the pr/dfm branch April 20, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes are involved enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant