Good afternoon, I'm finding myself in the need to generate a column of 8760 numbers following a Weibull probability density distribution with specific parametres, which has been an easy task so far. Nevertheless, I also need another property to be respected: the differences between any number and the previous one in the column must also follow a probability density distribution, which I haven't chosen yet, amongst gamma, beta or rayleigh. I'm working with Excel and MatLab, and I have no idea how to achieve that, especially considering that I couldn't find any case like this on the internet.
How can I solve this problem?
Thanks