pkofod / QuantileRegressions.jl

Quantile regression in Julia
Other
42 stars 17 forks source link

Fitting multiple models simultaneously #56

Open AndyAbok opened 3 years ago

AndyAbok commented 3 years ago

Just a feature suggestion of adding a functionality to be able to run more than one model simultaneously when an array of quantile values is passed

pkofod commented 3 years ago

Can you explain? Do you mean more than one quantile or do you mean something else?

AndyAbok commented 3 years ago

that's accurate i mean more than one quantile.

pkofod commented 3 years ago

Okay. Yes that seems like a very convenient thing to do.