kmath
common
kmath-stat
/
space.kscience.kmath.stat
/
Statistic
Statistic
common
fun
interface
Statistic
<
in
T
,
out
R
>
Content copied to clipboard
A function, that transforms a buffer of random quantities to some resulting value
Functions
Extensions
Sources
Inheritors
Functions
evaluate
Link copied to clipboard
common
abstract
suspend
fun
evaluate
(
data
:
Buffer
<
T
>
)
:
R
Content copied to clipboard
Inheritors
BlockingStatistic
Link copied to clipboard
ComposableStatistic
Link copied to clipboard
Extensions
invoke
Link copied to clipboard
common
suspend operator
fun
<
T
,
R
>
Statistic
<
T
,
R
>
.
invoke
(
data
:
Buffer
<
T
>
)
:
R
Content copied to clipboard
Sources
common source
Link copied to clipboard