pkofod / QuantileRegressions.jl

Quantile regression in Julia
Other
42 stars 17 forks source link

Would be great if there were a `predict` method #53

Open pdeffebach opened 3 years ago

pdeffebach commented 3 years ago

Was doing a problem set on quantile regressions and thought I would try this out.

Unfortunately I can't use it because my pset requires me to predict new values. I mean, yes I can use matrix math, but a prediction method would be nice.

pkofod commented 3 years ago

Could be interesting to try to replicate the example at the bottom here https://rdrr.io/cran/quantreg/man/predict.rq.html or if you could provide the answer to your problem set?