Seth Axen
Seth Axen
Here are the proposed expectand proxies for common scalar statistics in Statistics and StatsBase. Need no simulation study: - `variation`/`sem`: same as `std` - `Base.Fix2(percentile, p)`: same as `Base.Fix2(quantile, p)`...
I also prefer that `AbstractQ` reflects the size of the `Q` matrix of the factorization, not the full matrix represented by the reflectors. Take `QR` as an example. To me...
Thanks for looking at this! > Can you pin point me to the cell that provides the issue? This is the cell in quarto: https://github.com/arviz-devs/ArviZ.jl/blob/3e54ecf250bb8f1a5c2dc40bba5058ac0f9f5df1/docs/src/quickstart.qmd#L122-L129. The `InferenceData` object has an...
I tried different ways of using `{=commonmark}` with no success. > My idea for a markdown (ignoring basically the summary and details tags) would be something like For me this...
> A bit hardcoded for the div but nice. Yeah it's a little more general than what we need (it handles nested divs, but we don't nest them), but I...
Thanks for the issue! I discussed these methods with @avehtari, and here was the summary: - Method (1) is not better than Geyer's method and (at least in private communication...
Currently docs are still being built with StatisticalMeasures v0.1.7 due to outdated compats in MLJBase (see JuliaAI/MLJBase.jl#993)
(On a personal note, since I created the JuliaNightly workflow, GitHub notifies me every single time it fails, which is at least daily, and I cannot unsubscribe from this without...
There are some test failures on v1.11.0-rc3, specifically type-inference issues for the rrules of `sortslices(::AbstractMatrix; dims::Integer)` and `norm(::AbstractMatrix, ::Real)`. If we merge this right now, CI will be marked as...
If you're going through the scripting interfaces, there's no way in the library to disable those messages. If you're using the pipeline functions, you should be able to just load...