Giter VIP home page Giter VIP logo

etc3550slides's Introduction

etc3550slides's People

Contributors

georgeathana avatar imgbotapp avatar mitchelloharawild avatar robjhyndman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

etc3550slides's Issues

prediction intervals

thanks for the great book, and related materials.

tiny question:
in 3.5, the stdev of the residuals is given as 6.21
using sd(residuals(naive(goog200)), na.rm=T) I get 6.1845
where do I go wrong?

thanks

A couple of possible bugs in Chapter2.Rmd

The file Chapter2.Rmd did not compile for me, running R version 4.2.0. There were a couple of minor issues.

One issue was with the line

download.file("http://OTexts.com/fpp3/extrafiles/tourism.xlsx",
              tourism_file <- tempfile())

This threw the error, Error in utils::unzip(zip_path, list = TRUE) : zip file [path] cannot be opened

I fixed it by including mode = "wb" in the download.file call.

Secondly, the code requires the package fma, so it should be installed if not already present. Thirdly, the install.packages call for USgas (and now fma) failed on my system due to the CRAN mirror not being explicitly specified - not sure why. When I included repos = "https://cloud.r-project.org" in the install.packages call, it worked:

install.packages(c("USgas", "fma"), dependencies = TRUE, repos = "https://cloud.r-project.org")

Fpp3 Question

Hi Professor Hyndman, thanks for having FPP3 for us. Just a quick question, will the more advanced topic such as hierarchical time series forecasting also be available in the new version soon? Thank you.

Chapter 9 Slides Issue

Hello,

When I try to knit the RMD file to generate the slides (unmodified) for 9-arima.Rmd, I receive an error on line 689.

stopifnot(identical(
 unlist(fit[1,2][[1]][[1]]$fit$spec),
 c(p=2L, d=0L, q=1L, P=0, D=0, Q=0, constant=TRUE, period.year=1)
))
coef <- rlang::set_names(tidy(fit)$estimate, tidy(fit)$term)

The error is
Error: identical(unlist(fit[1, 2][[1]][[1]]$fit$spec), c(p = 2L, d = 0L, .... is not TRUE

How do I resolve this issue?

Solutions to exercises

Dear Professor,

I am a teacher at Vilnius Gediminas Technical University and would like to receive solutions to exercises. I have completed the form twice but still have not received any codes. I would be grateful if you could assist me with this issue.

possibly some typos on the solutions of Chap 8

In the exe of Chap 8 (arima models), it might be clearer specifying the include.constant arguments when fitting the models.

Exe 7, point b.
fit <- Arima(wmurders, c(0,1,2), include.constant=FALSE)

Exe 16, point b.
When fitting the arima model, specify
fit <- Arima(sheep, order=c(3,1,0), include.constant=FALSE)

Exe 17, point b.
fit <- Arima(bicoal, order=c(4,0,0), include.constant=TRUE)


Thanks for sharing your helpful teaching material and best regards

Request for the lectures material in editable formats

Dear Dr. Hyndman,

I am teaching a course on time-series data analysis in the fall semester at Korea Aerospace University, Seoul, Korea and using your book "Forecasting: Principles and Practice" as a main text book. I am very pleased to use your book and material on GitHub since they are easy to be understood and contains source codes for self-exercise for students.

One problem I face now is that the lecturer's material is in the PDF format. I'd like to edit the material to translate text into Korean and add some supplementary explanation. But, it's very hard to edit the PDF file.

I wonder if you could provide the lecturer's material in the editable format like MS PPT.

Thank you very much.

Syng-Yup Ohn, Phd, Professor,
Software Department, Korea Aerospace University

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.