pdeffebach

Results 126 issues of pdeffebach

I've noticed two issues with Revise recently. 1. After precompiling a large package, the REPL freezes for 10 seconds or more. As in, I press "1" and it takes 10...

Is this expected behavior? It's causing some annoying bugs for me. ``` julia> t = ComponentArray(a = [1, 2], b = [3, 4]) ComponentVector{Int64}(a = [1, 2], b = [3,...

There are currently no docstrings for a lot of publicly exposed functions in this package. It would be great to add them.

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)...

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...

enhancement

The coefficients match those of R's "quantreg" but the standard errors do not. I have a dataset `df` that I can email you the replication data for ``` r$> rq(logwk...

We seem to only be testing currently on 1.3 and 1.6... should definitely change that matrix