Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
open override var lastValue: Double
Link copied to clipboard
Link copied to clipboard
open override var value: Double
Link copied to clipboard
open override val weight: Double

The last weight collected

Functions

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

Collect on the supplied value

Link copied to clipboard
open override fun reset()

Resets the collector as if no observations had been collected.