LazStats: Finetuning of the multiple regression forms. Update their chm pages.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8031 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-05-13 21:12:42 +00:00
parent d7d399bf5d
commit 1a7f560057
22 changed files with 205 additions and 164 deletions

View File

@ -131,7 +131,7 @@ implementation
uses
Math,
Utils, MathUnit;
Utils, MathUnit, GridProcs;
{ TBestRegForm }
@ -736,16 +736,12 @@ end;
procedure TBestRegForm.Reset;
var
i: integer;
begin
inherited;
DepVarEdit.Clear;
BlockList.Clear;
VarList.Clear;
for i := 1 to NoVariables do
VarList.Items.Add(OS3MainFrm.DataGrid.Cells[i,0]);
CollectVariableNames(OS3MainFrm.DataGrid, VarList.Items);
CPChkBox.Checked := false;
CovChkBox.Checked := false;