kmath-stat
/
space.kscience.kmath.stat
/
BlockingStatistic
common
Blocking
Statistic
interface
BlockingStatistic
<
T
,
R
> :
Statistic
<
T
,
R
>
Content copied to clipboard
Functions
Inheritors
Functions
evaluate
Link copied to clipboard
common
open suspend override fun
evaluate
(data:
Buffer
<
T
>):
R
Content copied to clipboard
evaluateBlocking
Link copied to clipboard
common
abstract fun
evaluateBlocking
(data:
Buffer
<
T
>):
R
Content copied to clipboard
Inheritors
Mean
Link copied to clipboard
Median
Link copied to clipboard