You've already forked lazarus-ccr
LazStats: Inherit BatlettTestUnit from BasicStatsReportForumUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7890 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -284,7 +284,7 @@ begin
|
||||
Augment := true; // augment to get intercept, means, variances, std.devs.
|
||||
|
||||
// get cross-products
|
||||
GridXProd(NoSelected,Selected,Covar,Augment,Ngood);
|
||||
GridXProd(NoSelected, Selected, Covar, Augment,Ngood);
|
||||
|
||||
// Get no. of records in cross-products
|
||||
N := Ngood;
|
||||
@ -332,7 +332,7 @@ procedure Correlations(NoSelected: integer; const Selected: IntDyneVec;
|
||||
var
|
||||
i, j: integer;
|
||||
begin
|
||||
// get covariance matrix, means and standard deviations
|
||||
// Get covariance matrix, means and standard deviations
|
||||
GridCovar(NoSelected, Selected, Correlations, Means, Variances, StdDevs, ErrorCode, Ngood);
|
||||
for i := 0 to NoSelected-1 do
|
||||
begin
|
||||
|
Reference in New Issue
Block a user