kmath-stat
/
space.kscience.kmath.stat
/
Statistic
common
Statistic
interface
Statistic
<
T
,
R
>
Content copied to clipboard
A function, that transforms a buffer of random quantities to some resulting value
Functions
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
invoke
Link copied to clipboard
common
abstract suspend operator fun
invoke
(data:
Buffer
<
T
>):
R
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Inheritors
ComposableStatistic
Link copied to clipboard
Median
Link copied to clipboard