minzar_test | R Documentation |
The forecast unbiasedness test of Mincer and Zarnowitz (1969).
minzar_test(actual, forecast, ...)
actual |
a vector representing the actual values of a series. |
forecast |
a vector representing the forecasted values of the series. |
... |
additional arguments passed to |
An object of class “tstest.minzar” which has a print and as_flextable method.
Mincer1969tstests
data(arma_forecast)
test <- minzar_test(arma_forecast$actual, arma_forecast$forecast)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.