You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user