KMComparisonResult

data class KMComparisonResult<T : Comparable<T>>(val n: Int, val m: Int, val value: T)(source)

Resulting value of kolmogorov-smirnov two-sample statistic

Constructors

Link copied to clipboard
constructor(n: Int, m: Int, value: T)

Properties

Link copied to clipboard
val m: Int
Link copied to clipboard
val n: Int
Link copied to clipboard
val value: T