Click or drag to resize

QuickLinearRegression Properties

The QuickLinearRegression type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberInvalid Gets an invalid regression.
Public propertyIsValid Returns true if this regression spans a valid line, i.e. both coefficients a0 and a1 are finite.
Public propertyMeanX Gets the arithmetic mean of the x values.
Public propertyMeanY Gets the arithmetic mean of the y values.
Public propertyN Returns the number of entries added.
Public propertyPearsonCorrelationCoefficient Gets the Pearson correlation coefficient (r).
Top
See Also