mfasiolo / qgam

Additive quantile regression R package
http://mfasiolo.github.io/qgam/
30 stars 7 forks source link

Change parameter tau for desired quantile. #2

Closed mfasiolo closed 8 years ago

mfasiolo commented 8 years ago

Ideally the user will specify the quantile not tau. Not clear what I should do internally (I don't want to change everything).

mfasiolo commented 8 years ago

Done, now tau <- 1 - qu is set by logF and logFlss internally.