Andreas Noack

Results 424 comments of Andreas Noack

Thanks. Should probably be tested, though.

The current version is 0.3.2 so this one needs an update or maybe it can be closed

I just hit a similar case hwere the many digits made plotting labels look ugly. What about supporting rounding in the `cut(array, ngroups)` method instead of just changing the printing?...

> Rounding could easily change radically the size of the groups if values are very close. I don't see the issue if it's just an option. Then the user can...

The `Qx` label doesn't specify the probability of the quantile anyway. Actually, I'd prefer a label without `Qx` part. I'm mostly interested in the interval information. It is easy to...

After thinking a bit further, I see two separate but somewhat related issues here. 1. Which cuts to use 2. Which labels to attach This issue is of course about...

> And it wouldn't completely solve the problem, as even simple real data can contain many decimals (log income, average income per household member...), so we would need a solution...

See also https://github.com/JuliaLang/LinearAlgebra.jl/issues/128 and the linked issues

I think the extra error is less of a concern here. The use of `A'A` ruins the smaller singular values but doesn't affect the larger values much. ```julia julia> Q,...