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
| Name | Description |
|---|---|
= | Constructs an instance of Estimate from an existing instance by assignment. |
Members
| Name | Description |
|---|---|
| value | Returns the estimated value. |
| variance | Returns the variance of the estimated value. |