Dennis Hoelgaard Bal
Dennis Hoelgaard Bal
But I can write it without error, which is extra worrysome. MWE: ```julia julia> using BSON julia> my_func(x) = x^2 my_func (generic function with 1 method) julia> bson("test.bson", Dict([:my_func=>my_func])); BSON.load("test.bson")...
This repo has not seen action in some time. Should it be used?
https://juliastats.org/HypothesisTests.jl/stable/parametric/#One-way-ANOVA-Test https://github.com/BioTurboNick/SimpleANOVA.jl https://github.com/marcpabst/ANOVA.jl Apparently, GLM.jl can also accomplish this. See [this comment](https://discourse.julialang.org/t/statistics-in-julia-good-enough-for-my-course/67409/7?u=thelatekronos) which contains a link to a page showing the equivalent linear model for the ANOVA statistical test. https://github.com/yufongpeng/AnovaGLM.jl.git...
It appears like mostly what we need is available on [this comparison page for Interpolations.jl](https://juliamath.github.io/Interpolations.jl/latest/other_packages/#Other-Interpolation-Packages). Possibly whoever wrote that (@mkitti ?) can help out here, if interested ^_^
I recently decided to try https://github.com/svilupp/PromptingTools.jl, which lead me to discover https://github.com/ThatcherC/ReplGPT.jl. I am sure there are others as well. It would be nice to collect tools for interacting with...
JuMP.jl, Optim.jl, Optimization.jl. relevant post: https://discourse.julialang.org/t/jump-jl-vs-optimization-jl/112736/12
Using GitHub.jl, one can automatically find the default branch for repositories. It should be possible to save a dictionary mapping a package name to a default branch to a (CSV?)...
All required info to make page can be found here: https://discourse.julialang.org/t/ann-coordrefsystems-jl/111950/15
I just learned about [DocumenterVitepress.jl](https://github.com/LuxDL/DocumenterVitepress.jl), which builds on top of Documenter.jl. There is also [Pollen.jl](https://github.com/lorenzoh/Pollen.jl). Given all three (or more) options, I think a section on documentation packages is in...