-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multi-gam (mgam) model with copula dependence for predictions and opt…
…ional pooling added a multi-GAM model (mgam) with optional pooling argument and custom predict function to include copula based dependency in the predictive distribution. The input for this type of model is a data.table with series and index identifiers.
- Loading branch information
Showing
17 changed files
with
906 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Maintainer: alexios galanos <[email protected]> | |
Description: Wrappers for GAM models in the mgcv package. | ||
License: GPL-2 | file LICENSE | ||
Depends: R (>= 3.5.0), tsmethods | ||
Imports: methods, tsaux, tsdistributions, zoo, xts, data.table, mgcv, gratia, future, future.apply, progressr | ||
Imports: methods, tsaux, tsdistributions, zoo, xts, data.table, mgcv, copula, gratia, future, future.apply, progressr, rlang, fasttime | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
|
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
Oops, something went wrong.