Graph of data -ProgrammingR header image
Beginner to advanced resources for the R programming language

question about Exponential Smoothing.

R programming language resources Forums Graphing question about Exponential Smoothing.

This topic contains 2 replies, has 2 voices, and was last updated by  const.widie 1 year, 7 months ago.

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

    const.widie
    Member

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

    how to make time series from database?

    Thx

    #375

    bryan
    Member

    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

    const.widie
    Member

    thank you so much ^^

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.