I have monthly data in degree Fahrenheit. How do I use GBM modelling in R packages to simulate this and predict future outcomes? How time parameters to, tn and n are used?
I am using somebm package for this.
Here is my data:
I have monthly data in degree Fahrenheit. How do I use GBM modelling in R packages to simulate this and predict future outcomes? How time parameters to, tn and n are used?
I am using somebm package for this.
Here is my data:
please try to read the package docs before asking on stack overflow:
https://cran.r-project.org/web/packages/somebm/somebm.pdf
Also consider that brownian motion is probably not the best approach to forecasting :)