Drift class

Prediction-error telemetry.

Each reconcile folds its largest field correction into both numbers. A steady non-zero ema means genuine divergence; a peak over a quiet ema means one bad round trip. classifyDrift turns them into a verdict.

Constructors

Drift(double ema, double peak)
const

Properties

ema double
Exponential moving average of correction magnitude, in world units.
final
hashCode int
The hash code for this object.
no setterinherited
peak double
Decaying maximum correction magnitude.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited