开发者社区> 问答> 正文

Jupyter中R语言中的stl(<data>,"per")方法的作用是什么?

Jupyter中R语言中的stl(,"per")方法的作用是什么?

展开
收起
游客k7rjnht6hbtk6 2021-12-01 21:50:17 403 0
1 条回答
写回答
取消 提交回答
  • 分解 时间序列,返回值sol<-stl()中,sol$time.series[, "seasonal"]读取周期性序列seasonal, sol$time.series[, "trend"]读取长期趋势trend。误差可以使用 sol$time.series[, "remainder"]读取。

    2021-12-01 21:50:30
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Python第四讲——使用IPython/Jupyter Notebook与日志服务玩转超大规模数据分析与可视化 立即下载
Taking Jupyter Notebooks and A 立即下载
Expert Tips to Command Your Na 立即下载