Quick |
The QuickLinearRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| Invalid | Gets an invalid regression. | |
| IsValid | Returns true if this regression spans a valid line, i.e. both coefficients a0 and a1 are finite. | |
| MeanX | Gets the arithmetic mean of the x values. | |
| MeanY | Gets the arithmetic mean of the y values. | |
| N | Returns the number of entries added. | |
| PearsonCorrelationCoefficient | Gets the Pearson correlation coefficient (r). |