Can Chronos 2 be used for probabilistic scenario forecasts (outputting trajectories)? #329
Unanswered
birdMarcus
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
@birdMarcus Chronos-2 directly generates quantiles while Chronos generates forecast samples. There's no out of the box way to draw samples from Chronos-2. That said, maybe the following could work
You can do this multiple times to draw multiple trajectories. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in doing probabilistic forecasts where I would need different realistic scenarios/trajectories that follow the marginal distributions (for instance for stochastic optimization or simulations).
Is this possible with Chronos2 out of the box?
With Chronos 1 it reads like there is an intermediate step where time series are sampled and then the quantiles are calculated from that (this is how I understand Figure 1 in the paper for Chronos).
For Chronos 2 it reads like it is more direct or is there still this intermediate step and is it possible to access those intermediate samples?
I could maybe use Chronos 1 for my problem, however, I would likely need the covariate capabilities of Chronos 2.
Beta Was this translation helpful? Give feedback.
All reactions