LazStats: Fix usage of invalid rows in WLSUnit. Cleanup.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7781 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-10-18 13:52:00 +00:00
parent 791746e7ef
commit dfffbcf6f8
4 changed files with 175 additions and 257 deletions

View File

@ -14,7 +14,7 @@ type
ERegression = class(Exception);
type
TRegressionError = (regOK, regTooFewValues, regStdDevZero);
TRegressionError = (regOK, regTooFewValues);
TBivariateRegressionResults = record
public