question about Exponential Smoothing.

3 posts / 0 new
Last post
const.widie
const.widie's picture
Offline
Joined: 08/19/2011
question about Exponential Smoothing.

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

how to make time series from database?

Thx

bryan
Offline
Joined: 01/15/2009

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.

const.widie
const.widie's picture
Offline
Joined: 08/19/2011

thank you so much ^^

Login or register to post comments