Skip to content
Back to formatted view

Raw Message

Message-ID: <9bcef262-840b-4064-a4d9-751511ecc546@s4g2000yql.googlegroups.com>
Date: 2010-12-25T15:45:26Z
From: analyst41 at hotmail.com
Subject: need help with data management
In-Reply-To: <CA9748F2-B446-4AB1-AC47-3407816B3693@comcast.net>

On Dec 25, 10:17?am, David Winsemius <dwinsem... at comcast.net> wrote:
> On Dec 25, 2010, at 8:08 AM, analys... at hotmail.com wrote:
>
>
>
>
>
> > I have a data frame that reads
>
> > client ID date transcations
>
> > 323232 ? 11/1/2010 22
> > 323232 ? 11/2/2010 0
> > 323232 ? 11/3/2010 missing
> > 121212 ? 11/10/2010 32
> > 121212 ? ?11/11/2010 15
> > .................................
>
> > I want to order the rows by client ID and date and using a black-box
> > forecasting method create the data fcst(client,date of forecast, date
> > for which forecast applies).
>
> > Assume that I have a function that given a time series
> > x(1),x(2),....x(k) will generate f(i,j) where f(i,j) = forecast j days
> > ahead, given data till date i.
>
> > How can the forecast data be best stored and how would I go about the
> > taks of processing all the clients and dates?
>
> http://lmgtfy.com/?q=forecast+r-project
>
> --
>
> David Winsemius, MD
> West Hartford, CT
>

Thanks.  I am planning to write my own univariate forecasting routine.

My question is mostly concerned with separting out the time series by
client, generating the forecasts and then putting everything back
together into something like

ClientID | forecast date| date forecast is for |forecast| actual


> ______________________________________________
> R-h... at r-project.org mailing listhttps://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.- Hide quoted text -
>
> - Show quoted text -