You've already forked lazarus-ccr
LazStats: Inherit DescriptiveUnit from TBasicStatsReportForm. Fix related issues. Fix compilation with FPC trunk.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -275,7 +275,7 @@ end;
|
||||
DF degrees of freedom. }
|
||||
function ProbT(t, DF1: double): double;
|
||||
var
|
||||
F, prob: double;
|
||||
F: double;
|
||||
begin
|
||||
F := t * t;
|
||||
Result := ProbF(F, 1.0, DF1);
|
||||
|
Reference in New Issue
Block a user