Statistic Data DTO
@Serializable
Wire-safe, field-for-field mirror of ksl.utilities.statistic.StatisticData — the full StatisticIfc summary at a chosen confidence level, exactly as produced by StatisticIfc.statisticData(level). Keeping the DTO consistent with StatisticData means a client receives the engine's complete statistical view (including the confidence interval, autocorrelation, and von Neumann lag-1 statistic) rather than an ad-hoc subset.
Constructors
Link copied to clipboard
constructor(name: String, count: Double, average: Double, standardDeviation: Double, standardError: Double, halfWidth: Double, confidenceLevel: Double, lowerLimit: Double, upperLimit: Double, min: Double, max: Double, sum: Double, variance: Double, deviationSumOfSquares: Double, kurtosis: Double, skewness: Double, lag1Covariance: Double, lag1Correlation: Double, vonNeumannLag1TestStatistic: Double, numberMissing: Double)