powered by
The forecast unbiasedness test of Mincer and Zarnowitz (1969).
minzar_test(actual, forecast, ...)
An object of class “tstest.minzar” which has a print and as_flextable method.
a vector representing the actual values of a series.
a vector representing the forecasted values of the series.
additional arguments passed to linearHypothesis, except the “test” argument which is fixed to Chisq.
linearHypothesis
Mincer1969tstests
data(arma_forecast) test <- minzar_test(arma_forecast$actual, arma_forecast$forecast) test
Run the code above in your browser using DataLab