ValueAndError

data class ValueAndError(val value: Double, val dispersion: Double)(source)

A combination of a random value and its dispersion.

dispersion must be positive.

Constructors

Link copied to clipboard
constructor(value: Double, dispersion: Double)

Functions

Link copied to clipboard
open operator fun ValueAndError.div(arg: ValueAndError): ValueAndError
open operator fun ValueAndError.div(k: Number): ValueAndError
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun ValueAndError.times(k: Number): ValueAndError
Link copied to clipboard
open operator override fun ValueAndError.unaryMinus(): ValueAndError
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard