---title: "Julia Data Ecosystem"author: "Marcel Angenvoort"date: 2025-02-01bibliography: references.bibabstract: > lorem ipsumkeywords: ["julia", "programming"]jupyter: julia-1.11execute: enabled: falseformat: html: output-file: julia_ecosystem.html code-line-numbers: false revealjs: output-file: julia_ecosystem-slides.html# footer: Numerical Linear Algebra# typst:# output-file: julia_ecosystem.pdf---Important Julia Packages------------------------- [Plots.jl](https://docs.juliaplots.org/latest/): Modern plotting library similar to MatplotLib- [LinearSolve.jl](https://docs.sciml.ai/LinearSolve/stable/) High-performance library for solving linear equations- [DifferentialEquations.jl](https://docs.sciml.ai/DiffEqDocs/stable/) Efficient solvers for various differential equations- [FFTW.jl](https://juliamath.github.io/FFTW.jl/stable/) Bindings to the FFTW libeary for Fast Fourier Transform- [StatsKit.jl](https://github.com/JuliaStats/StatsKit.jl) Convenience meta-package to load essential packages for statistics- [MLJ.jl](https://juliaai.github.io/MLJ.jl/stable/) Machine Learning framework for Julia