Displaying 4 results from an estimated 4 matches for "karagullemre".
2017 Nov 07
0
FW: Time Series
Hello!
What is the error message, please?
At first glance, you are using the "ts" function. That doesn't work for
hourly frequency.
You may want to create a zoo object.
This is Round One.
Sincerely,
Erin
On Tue, Nov 7, 2017 at 1:46 AM, Emre Karag?lle <karagullemre at gmail.com>
wrote:
>
> Hi,
> I would like to ask a question about time series.
> I am trying to convert my data into time series data.
> I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00?
> I am trying the following codes but they are not working.
> Could yo...
2017 Nov 07
3
FW: Time Series
Hi,
I would like to ask a question about time series.
I am trying to convert my data into time series data.
I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00?
I am trying the following codes but they are not working.
Could you help me out?
tseri <- ts(data ,seq(from=as.POSIXct("2015-12-18 00:00:00"), to=as.POSIXct("2017-10-24 23:00:00"), by="hour"))
2017 Nov 07
0
Fwd: FW: Time Series
...it gave me the true value.
Do you think it is okay?
By the way, I appreciate for fast reply.
Thank you.
--
Emre
*From: *Eric Berger <ericjberger at gmail.com>
*Sent: *Tuesday, November 7, 2017 11:08 AM
*To: *Erin Hodgess <erinm.hodgess at gmail.com>
*Cc: *Emre Karag?lle <karagullemre at gmail.com>; r-help at r-project.org
*Subject: *Re: [R] FW: Time Series
Following Erin's pointer:
library(zoo)
times <- seq(from=as.POSIXct("2015-12-18 00:00:00"),
to=as.POSIXct("2017-10-24 23:00:00"), by="hour")
mydata <- rnorm(length(times))...
2017 Dec 26
1
Time Series with Neural Networks
Hi,
I am would like to ask few questions.
I am trying to forecast hourly electricity prices by 24 hours ahead.
I have hourly data starting from 2015*12*18 to 2017-10-24
and I have defined the data as time series as written in the code below.
Then I am trying do neural network with 23 non-seasonal dummies and 1 seasonal dummy.
But I don?t know whether training set is enough.( Guess it is 50