Skip to main content

Estimate

Statistical estimate from binned values containing value of estimate and variance on the value.

Constructors

Estimate(const Estimate existing) -> Estimate

Constructs an instance of Estimate from an existing instance by copy.

Parameters

  • existing: Existing instance of Estimate to be copied.

Symbols

NameDescription
=Constructs an instance of Estimate from an existing instance by assignment.

Members

NameDescription
valueReturns the estimated value.
varianceReturns the variance of the estimated value.