I am stumped on a problem. Say you have the last ten years of wind generation data (let's pick August) in the form of every hour of every day. How would I go about creating a set (say of 1,000) wind generation profiles using this historical data?
The wind generation profile should be 'believable' in the sense that the curves are continuous. I.e. they shouldn't jump from one hour to the next (like 100MW at 2am to 1000MW at 3am of the same day).
I have gone over some ideas like ARIMA modelling, or predicative distributions but really I am just looking to output 1,000 'scenarios' of what wind could look like in August 2023 say!
A finger in the right direction would be appreciated (as long as as it's not your middle one pointed at me).
Cheers.