WeightedCollectorIfc

Properties

Link copied to clipboard
abstract val weight: Double

The last weight collected

Functions

Link copied to clipboard
open override fun collect(obs: Double)
abstract fun collect(obs: Double, weight: Double)

Collect on the supplied value

open fun collect(observations: DoubleArray, weights: DoubleArray)

Collects on the values in the supplied array.

Collects on the values returned by the supplied GetValueIfc