Statistic

fun interface Statistic<in T, out R>(source)

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

Inheritors

Functions

Link copied to clipboard
abstract suspend fun evaluate(data: Buffer<T>): R
Link copied to clipboard
suspend operator fun <T, R> Statistic<T, R>.invoke(data: Buffer<T>): R