question about Exponential Smoothing.

R programming language resources Forums Graphing question about Exponential Smoothing.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #353

    can I use data from database to make dataset in Exponential Smoothing ?

    how to make time series from database?

    Thx

    #375
    bryan
    Participant

    const.widie,

    Are you trying to bring something in from a MySQL or Access database? In general, the ts package will have what you need for smoothing and creating time series data. There’s also a 2008 book on forecasting by Hyndman et al. (www.exponentialsmoothing.net) that has an associated R package and may be helpful.

    You may also want to check out the xts, zoo, and quantmod packages.

    #377

    thank you so much ^^

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Scroll to top
Privacy Policy