kmath
common
kmath-stat
/
space.kscience.kmath.stat
/
BlockingStatistic
Blocking
Statistic
common
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
evaluate
Blocking
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