load_lynx#

load_lynx()[source]#

加载用于预测的 lynx 单变量时间序列数据集。

返回:
ypd.Series/DataFrame

Lynx 销售数据集

注释

加拿大 1821-1934 年间每年捕获猞猁的数量。此时间序列记录了哈德逊湾公司多年来收集的捕食者(猞猁)毛皮数量。该数据集取自 Brockwell & Davis (1991),似乎是 Campbell & Walker (1977) 所考虑的系列。

维度:单变量 序列长度:114 频率:年 案例数:1

该数据显示非周期性、周期性模式,而不是周期性、季节性模式。

参考文献

[1]

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988). The New S

Language. Wadsworth & Brooks/Cole.

[2]

Campbell, M. J. and Walker, A. M. (1977). A Survey of statistical

work on the Mackenzie River series of annual Canadian lynx trappings for the years 1821-1934 and a new analysis. Journal of the Royal Statistical Society series A, 140, 411-431.

示例

>>> from sktime.datasets import load_lynx
>>> y = load_lynx()