kmath
common
kmath-stat
/
space.kscience.kmath.stat
/
ValueAndError
Value
And
Error
common
data
class
ValueAndError
(
value
:
Double
,
dispersion
:
Double
)
Content copied to clipboard
A combination of a random
value
and its
dispersion
.
dispersion
must be positive.
Constructors
Properties
Extensions
Sources
Constructors
Value
And
Error
Link copied to clipboard
common
fun
ValueAndError
(
value
:
Double
,
dispersion
:
Double
)
Content copied to clipboard
Properties
dispersion
Link copied to clipboard
common
val
dispersion
:
Double
Content copied to clipboard
error
Link copied to clipboard
common
val
error
:
Double
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
Double
Content copied to clipboard
Extensions
div
Link copied to clipboard
common
open
operator
fun
ValueAndError
.
div
(
arg
:
ValueAndError
)
:
ValueAndError
Content copied to clipboard
open
operator
fun
ValueAndError
.
div
(
k
:
Number
)
:
ValueAndError
Content copied to clipboard
minus
Link copied to clipboard
common
open
operator
fun
ValueAndError
.
minus
(
arg
:
ValueAndError
)
:
ValueAndError
Content copied to clipboard
plus
Link copied to clipboard
common
open
operator
fun
ValueAndError
.
plus
(
arg
:
ValueAndError
)
:
ValueAndError
Content copied to clipboard
times
Link copied to clipboard
common
open
operator
fun
ValueAndError
.
times
(
arg
:
ValueAndError
)
:
ValueAndError
Content copied to clipboard
open
operator
fun
ValueAndError
.
times
(
k
:
Number
)
:
ValueAndError
Content copied to clipboard
unary
Minus
Link copied to clipboard
common
open
operator override
fun
ValueAndError
.
unaryMinus
(
)
:
ValueAndError
Content copied to clipboard
unary
Plus
Link copied to clipboard
common
open
operator
fun
ValueAndError
.
unaryPlus
(
)
:
ValueAndError
Content copied to clipboard
Sources
common source
Link copied to clipboard