Hi I'm new to timeseries so excuse I'm asking trivial questions, I have two questions:
I have hourly dataset (
solar radiation
) 7am - 7pm (12 hours for each day) what can I choose frequency for ts object? I did thisxts_2014.ts <- ts(xts_2014, frequency=12)
but I think it recognize my data as monthly I know it's wrong but I don't know if 24 works when I don't have full 24 hours just daylight hours.I have the raw data in black (which exhibits seasonal daily pattern and as far as I can tell yearly pattern), I tried moving average for removing noise of order 13 (hours) I don't know if I can proceed in trying to make data stationary?