Generates forecast errors for the KI forecasts for KPIX
生成预测误差的KI预测KPIX
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a sequence of 18forecast errors 20011-20052 for the KI forecasts for KPIX for a forecast horizon 1-21 months ahead. The default horizon is one month.
2001年的18forecast错误:2005年Q1-Q2生成一个序列水平预测未来1-21个月的KI预测KPIX。默认的视野为一个月。
用法----------Usage----------
ki.kpix.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.kpix.errors()
# Produce 12 months ahead forecast errors[生产未来12个月预测误差]
ki.kpix.errors(12)