DistributionData

The distribution data for a statistic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bin edge values for the distribution.

Link copied to clipboard
val count: List<Int>?

The frequency count for each bin in the distribution.

Link copied to clipboard

The data type of the column for the distribution.

Functions

Link copied to clipboard
inline fun copy(block: DistributionData.Builder.() -> Unit = {}): DistributionData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String