Structs§
- Convergence
- Convergence
Tracker - Tracks running statistics for convergence using Welford’s online algorithm. Matches the Python implementation in goad/convergence/convergable.py exactly. Computes mean and standard error of the mean (SEM) incrementally.
- Param
Convergence Target - A convergence target for a specific parameter.
Traits§
- Convergeable
- Trait for types that can be tracked for convergence. Provides operations needed for online mean/variance computation.