I have the time-series information, [time=ind, y=index]. Dataset attached.
How to similuate diffusiton process with the y/index pattern[any para is fine as long as diffusion]?
Thanks
I don't think SAS has diffusion models as a standard feature of the (econometrics part of the) software.
Diffusion models are used for time series forecasting ... mainly when the time series (before forecasting) is short.
You can estimate "Jump Diffusion" though:
https://support.sas.com/resources/papers/proceedings20/5079-2020.pdf
Not sure why you have asked this question in the "Operations Research / Management Science" - board , and not in the "econometrics / forecasting" - board.
Ciao,
Koen
A Wiener process (or Weiner process) is a special case of a diffusion process.
Here's how you simulate a Wiener process :
https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-Weiner-process-in-SAS/t...
Ciao,
Koen
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.