ParameterEstimate Property |
Gets the estimated value and uncertainty of the parameter.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue Estimate { get; }
Public ReadOnly Property Estimate As UncertainValue
Get
public:
property UncertainValue Estimate {
UncertainValue get ();
}
member Estimate : UncertainValue with get
Property Value
Type:
UncertainValueSee Also