jbrowell / ProbCast

ProbCast: an R Package for Flexible Probabilistic Forecasting
MIT License
32 stars 8 forks source link

redone scenario generation script #26

Closed ciaran-g closed 4 years ago

ciaran-g commented 4 years ago

Simplified scenario generation script. (Hopefully) Now it's easier to understand and it can deal with multiple sites much better now I think...although there's some changes to the syntax etc. to make it more intuitive, in case you are using it in your scripts. Examples in the help page or in the Example.R script. #14

Renamed "cov.cor_matrix.R" function and included option for the scaling of the gaussian variables before calculation of the covariance matrices #14

Included scenario generation function in Example.R for PPD forecasts

Minor bug fix to contCDF.R in the roxygen2 code

ciaran-g commented 4 years ago

Just merged them for now, let me know if you have any Qs or comments

Cheers, Ciaran

jbrowell commented 4 years ago

Thanks, @ciaran-g. I'm also working on the covcor function in my branch to add parametric matrix estimation, and possibly also some conditional estimation.