Conditional forecast paths in a vector

Dear all,

I’m trying to set the values of the conditional forecast paths from a vector (which is stored in an Excel file). Could it be done?

Example. Instead of using:
var y;
periods 1, 2, 3, 4;
values 0.8, 0.5, 0.3, 0.2;

var y;
periods 1, 2, 3, 4;
values my_vector;

Thanks in advance!

No, unfortunately that is not feasible. To achieve something like this, you would need to set constrained_paths_ manually.

Thanks Johannes!
Best regards,