logscore | R Documentation |
Calculate the log predictive score of a time series for FEBAMA framework. The weights in forecast combination are related to time series features.
logscore(data, beta, betaIdx, features_used, sum = TRUE)
data |
A list with |
beta |
A list of coefficient vectors of the features. |
betaIdx |
A list of indicator vectors. |
features_used |
The features used for forecast combination. See the parameter seting for more information. |
sum |
If TRUE, return the sume of log predictive densities. |
logscore
returns the value of log predictive score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.