Click or drag to resize

UncertainMeasurementSampleFitToProportionality Method

Fit the data to a proportionality relationship.

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

Return Value

Type: UncertainMeasurementFitResult
A fit result containing the best-fit proportionality constant parameter and a χ2 test of the quality of the fit.
Exceptions
ExceptionCondition
InsufficientDataExceptionThere are fewer than one data points.
See Also