StatisticData

data class StatisticData(val name: String, val count: Double, val average: Double, val standardDeviation: Double, val standardError: Double, val halfWidth: Double, val confidenceLevel: Double, val lowerLimit: Double, val upperLimit: Double, val min: Double, val max: Double, val sum: Double, val variance: Double, val deviationSumOfSquares: Double, val kurtosis: Double, val skewness: Double, val lag1Covariance: Double, val lag1Correlation: Double, val vonNeumannLag1TestStatistic: Double, val numberMissing: Double) : Comparable<StatisticData>

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sum: Double
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: StatisticData): Int

Returns a negative integer, zero, or a positive integer if this object is less than, equal to, or greater than the specified object.