Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Runtime environment

import InteractiveUtils
InteractiveUtils.versioninfo()
Julia Version 1.12.5
Commit 5fe89b8ddc1 (2026-02-09 16:05 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, znver3)
  GC: Built with stock GC
Threads: 2 default, 1 interactive, 2 GC (on 4 virtual cores)
Environment:
  JULIA_CI = true
  JULIA_PROJECT = /home/runner/work/jl-tips/jl-tips/Project.toml
  JULIA_DEPOT_PATH = /home/runner/.julia:/opt/hostedtoolcache/julia/1.12.5/x64/local/share/julia:/opt/hostedtoolcache/julia/1.12.5/x64/share/julia
  JULIA_NUM_THREADS = 2
  JULIA_LOAD_PATH = @:@v#.#:@stdlib
import Pkg
Pkg.status()
Status `~/work/jl-tips/jl-tips/Project.toml`
  [b0b7db55] ComponentArrays v0.15.33
  [5a033b19] CurveFit v1.7.0
  [0b91fe84] DisplayAs v0.1.6
  [31c24e10] Distributions v0.25.123
  [f6369f11] ForwardDiff v1.3.3
  [b964fa9f] LaTeXStrings v1.4.0
  [2fda8390] LsqFit v0.15.1
  [961ee093] ModelingToolkit v11.17.0
  [77ba4419] NaNMath v1.1.3
  [8913a72c] NonlinearSolve v4.16.0
  [1dea7af3] OrdinaryDiffEq v6.108.0
  [91a5bcdd] Plots v1.41.6
  [6099a3de] PythonCall v0.9.31
  [274fc56d] PythonPlot v1.0.6
  [731186ca] RecursiveArrayTools v3.48.0
  [ce78b400] SimpleUnPack v1.1.0
  [276daf66] SpecialFunctions v2.7.1
  [2913bbd2] StatsBase v0.34.10
  [f3b207a7] StatsPlots v0.15.8
  [0c5d862f] Symbolics v7.16.1
  [ade2ca70] Dates v1.11.0
  [37e2e46d] LinearAlgebra v1.12.0
  [9a3f8284] Random v1.11.0

This notebook was generated using Literate.jl.