Generates forecast errors for the KI forecasts for CPI
预测误差产生的KI消费物价指数的预测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a sequence of 18forecast errors 20011-20052 for the KI forecasts for CPI for a forecast horizon 1-21 months ahead. The default horizon is one month.
产生一个序列的18forecast错误2001年:2005年Q1-Q2的KI预测消费物价指数的预测水平,未来1-21个月。默认的视野为一个月。
用法----------Usage----------
ki.cpi.errors(horizon=1)
参数----------Arguments----------
参数:horizon
An integer within the feasible forecast horizon 1-21 months. If the forecast horizon is unfeasible no output is produced and a warning issued.
可行的预测范围1-21个月内的整数。如果预测范围是不可行的,没有产生输出,并发出警告。
值----------Value----------
A time series object with 18 values, starting date 20011 and frequency 4.
一个时间序列对象有18个,起始日期2001:Q1和频率4。
(作者)----------Author(s)----------
Michael Lundholm
实例----------Examples----------
# Load the sifds[加载sifds]
data(sifds)
# Produce one month ahead forecast errors[生产1个月提前预测误差]
ki.cpi.errors()
# Produce 12 months ahead forecast errors[生产未来12个月预测误差]
ki.cpi.errors(12)