Statistic

fun interface Statistic<in T, out R>

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

Functions

Link copied to clipboard
abstract suspend fun evaluate(data: Buffer<T>): R

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

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

Sources

Link copied to clipboard