-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from josephsdavid/additional-wrappers
reworked ModelCompareMultivariateVAR class to work with ModelBuildMul…
- Loading branch information
Showing
22 changed files
with
683 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/multivar_VAR_build_no_season_recommendations.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Model,trend_type,season,num_sig_vars,lag_to_use,vars_to_use,season_to_use | ||
AIC Both,both,0,2,3,"logGNP,logM1",0 | ||
AIC None,none,0,1,1,logGNP,0 | ||
AIC Trend,trend,0,3,1,"logGNP,rs,rl",0 | ||
BIC Both,both,0,1,1,logGNP,0 | ||
BIC None,none,0,1,1,logGNP,0 | ||
BIC Trend,trend,0,1,1,logGNP,0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"Model","trend_type","season","num_sig_vars","lag_to_use","vars_to_use","season_to_use" | ||
"AIC Trend","trend",3,2,3,"logGNP,logM1",0 | ||
"BIC Trend","trend",4,2,1,"logGNP,rl",4 |
Oops, something went wrong.