Click or drag to resize

UncertainMeasurementSampleFitToConstant Method

Fits the data to a constant value.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainMeasurementFitResult FitToConstant()

Return Value

Type: UncertainMeasurementFitResult
A fit result containing the best combined value and a χ2 test of the quality of the fit.
Exceptions
ExceptionCondition
InsufficientDataExceptionThere are fewer than one data points.
Remarks

This method provides a simple way to

See Also