Releases: lipiecki/PostForecasts.jl
Releases · lipiecki/PostForecasts.jl
v0.1.1
Changes
decouple
can now be used on QuantForecasts
- a new
couple
function allows merging a vector of multiple PointForecasts
or QuantForecasts
into a single object
- improved performance of quantile regression
- corrections to quantile conformalization
v0.1.0
Hello world!
- PostForecasts.jl is now available in the General Julia package registry
- You can install it with
Pkg.add("PostForecasts")