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