2

I’m looking for some procedures to simulate time series based on another time series as an input.

The objective is that it may provide me with more training datasets that are similar to the given time series.

A few methods that come to my mind is by using GAN(generative adversarial network) and Monte Carlo.

Ideally there’re some R packages that can help with generating the time series simulation.

Open to ideas, thanks!

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
Afiq Johari
  • 163
  • 5

1 Answers1

1

"based on another time series as an input" means to me to identify and estimate a useful model using a user-specified time series. Find a piece of software that allows you to specify a particular with specified coefficient values and use that model as the basis for a monte-carlo simulation. I only know one piece of software that allows this gambit , it is called AUTOBOX which I have helped to develop but there might be others . Perhaps other readers of this list can specify alternative softwares as I would be interested in evaluating/researching them.

IrishStat
  • 27,906
  • 5
  • 29
  • 55