TimeseriesStats constructor
const
TimeseriesStats({})
Creates statistics for a time series.
Implementation
const TimeseriesStats({
required this.name,
required this.average,
required this.outlierCutOff,
required this.outlierAverage,
required this.standardDeviation,
required this.noise,
required this.cleanSampleCount,
required this.outlierSampleCount,
required this.samples,
});