Skip to main content

Questions tagged [multiple-seasonalities]

Time series may exhibit multiple seasonalities, e.g., retail sales have intra-weekly and yearly seasonality, and electricity load (and price) has intra-daily, intra-weekly and yearly seasonality.

2 votes
0 answers
25 views

Adjusting a multivariate predictive model for drifting seasonalities

This question is a repost of a question originally asked in Quantitative Finance. I was alerted that this would be a more appropriate place for it. I have a time series of daily observations that get ...
Guillermo 's user avatar
2 votes
1 answer
37 views

How to simulate a time-series based on other time-series that have different seasonality (and other effects)?

I have a list of solar production data time-series for a set of houses in a given area, and I need to simulate the solar production vs time curve of a new house in the area. The sum of the total ...
Falcon X's user avatar
1 vote
0 answers
62 views

How to remove non-constant seasonality in panel data?

I have a panel data with daily crime rates over seven years. In my regression I control for year, month-of-year, and day-of-week fixed effects (as well as county fixed effects). However, the residuals ...
Schwa97's user avatar
  • 71
0 votes
0 answers
21 views

mstl for multiple-frequency time-series where the frequencies are unknown

I create 2 data, the 1st repeats in 5 terms, the 2nd repeats in 15 terms. Then they are summed up and converted to ts using default setting. ...
Calvins kkvv's user avatar
1 vote
0 answers
126 views

How to remove seasonality from time series?

I want to model time series in Python for air quality prediction. My dataset has two columns: date_time and aqi, and contains hourly measurements of AQI. Data is seasonal but not perfectly seasonal ...
Pro1's user avatar
  • 11
1 vote
1 answer
117 views

How to fit a GAM with double seasonality to a daily time series? (mgcv package)

I'm trying to adjust a Generalized Additive Model to a daily time series. My goal is to do a short-term forecast for the gas demand of my city. I have data since 2015, including information about the ...
Emilia A.'s user avatar
1 vote
1 answer
410 views

Time-series prediction of 15 min interval data

I have 5 years 15 min interval of electricity demand time series with a datetime index and a target variable. Don't have any other data to use. I'm curious about your experiences. In general how far ...
dkantor's user avatar
  • 13
1 vote
2 answers
172 views

Short-term gas demand forecasting

I'm a 22 year old Statistics student with a big problem to solve. English isn't my first language, so I apologize in advance for any mistakes in my grammar. I'm trying to make a short-term gas ...
Emilia A.'s user avatar
1 vote
1 answer
301 views

Fourier feature for multi seasonality

I am trying to forecast a univariate time series with multiple seasonality Something like this: library(forecast) fit <- auto.arima(y, seasonal=FALSE, xreg=fourier(y, K=8)) Based on visualization ...
Anant's user avatar
  • 187
0 votes
0 answers
89 views

How to forecast a series (daily power consumption) with multiple seasonalities?

I wish to forecast electricity power demand at a mall. Data is collected daily, but, the data has multiple seasonality : data/power consumption is generally similar from monday to thursday but see a ...
Anant's user avatar
  • 187
3 votes
1 answer
340 views

How to account for shifting seasonality arising due to differences between gregorian and Islamic calendars?

I am trying to predict time series through decomposition, my time series is as follows, As islamic calendars lag the gregorian calendar by 10 days after each year, so my seasonality is also changing, ...
abubakar ilyas's user avatar
2 votes
2 answers
447 views

Sinusoidal unit-specific time trends

Suppose I have a panel dataset with monthly observations over 10 years. I have a simple dummy intervention, where some policy is put in place around the Spring in every year and only affects some ...
Thomas Bilach's user avatar
1 vote
0 answers
83 views

Times series forecasting , why predictions are the same over time

This is my first time posting here , I am doing an energy consumption forecast , my data contains the energy every hours I have two seasonality ,every 24 hours and every 7 days (daily and weekly). I ...
zemni houssem's user avatar
4 votes
1 answer
5k views

Understanding the period/cycle of time series data

I'm trying to understand the meaning of period/cycle length in time series forecasting. Some functions, such as seasonal_decompose and ...
bhnn's user avatar
  • 143
0 votes
0 answers
174 views

Fitting a distribution to historical prices data per month/day of week/hour

I am trying to fit statistical distributions to electricy prices, more precisely EPEX Day-Ahead market prices, per month / day-of-week and hour. Indeed, the prices exhibit very strong seasonnalities ...
StatisticsJonSnow's user avatar

15 30 50 per page
1
2 3 4 5
7