Andreas Noack

Results 424 comments of Andreas Noack

In addition, also the `show` method is broken in this case ```julia julia> model LinearModel y ~ 1 Error showing value of type LinearModel{GLM.LmResp{Vector{Float64}}, GLM.DensePredChol{Float64, LinearAlgebra.CholeskyPivoted{Float64, Matrix{Float64}, Vector{Int64}}}}: ERROR: MethodError:...

I prefer something like (c). Unwrapping the triangular wrapper after `kron` seems right to me. Then you'll benefit from the the structure during kron but when wrapping the result in...

Which version of the package are you using and could you please share the output of `versionsinfo()`?

I'm wondering if we dare define this as `length(params(D)) > 1`? Any obvious cases where it would be wrong? Alternatively, we'd probably have to define the list explicitly and error...

Wouldn't it just be a matter of scaling the parameters by $log(2)$? If so then I'm not sure it is worthwhile to add the extra definitions.

Thanks for preparing this. It's really a great feature. Would it be possible to handle testing of both plotting frameworks by splitting the testing of them into separate CI jobs?...

This would be great to have. I'd have a preference for Makie based recipes, though.

Thanks for reporting this. The issue is actually in `StatsFuns` so I will move the issue. ```julia julia> binominvcdf(5000.0, 0.998575, 0.0005) 5000.0 ``` However, for the quantile function, we actually...