kmath-stat
/
space.kscience.kmath.stat
/
BlockingStatistic
common
Blocking
Statistic
fun fun interface
BlockingStatistic
<in
T
, out
R
> :
Statistic
<
T
,
R
>
Content copied to clipboard
A statistic that is computed in a synchronous blocking mode
Functions
Extensions
Sources
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
Extensions
invoke
Link copied to clipboard
common
operator fun <
T
,
R
>
BlockingStatistic
<
T
,
R
>.
invoke
(data:
Buffer
<
T
>):
R
Content copied to clipboard
Sources
common source
Link copied to clipboard