You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there is numerical instability leading to NaN values, and I get this error
ERROR: ArgumentError: quantiles are undefined in presence of NaNs
Stacktrace:
[1] _quantilesort!(::Array{Float64,1}, ::Bool, ::Float64, ::Float64) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Statistics/src/Statistics.jl:960
My understanding is that quantreg in R skips over these NaNs and prints a warning. Could QuantileRegressions do the same?
The text was updated successfully, but these errors were encountered:
Sometimes there is numerical instability leading to
NaN
values, and I get this errorMy understanding is that
quantreg
in R skips over theseNaN
s and prints a warning. Could QuantileRegressions do the same?The text was updated successfully, but these errors were encountered: