SeriesStats class
Pre-computed statistics for a single numeric series.
Constructors
Properties
- avg → double
-
final
- count → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iqr → double
-
no setter
- max → double
-
final
- median → double
-
no setter
- min → double
-
final
- q1 → double
-
no setter
- q3 → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stdDev → double
-
Standard deviation (population).
no setter
- sum → double
-
final
-
values
→ List<
double> -
Cleaned values — no NaN / null. This is the full list (pre-sampling)
so statistical helpers (percentiles etc.) have complete data.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
percentile(
double p) → double -
Value at
p-th percentile (0–100). Uses linear interpolation. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- empty → const SeriesStats