Statistic

interface Statistic<T, R>

A function, that transforms a buffer of random quantities to some resulting value

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
invoke
Link copied to clipboard
common
abstract suspend operator fun invoke(data: Buffer<T>): R
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

ComposableStatistic
Link copied to clipboard
Median
Link copied to clipboard