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:
wp_xxyyzz
2020-10-01 16:03:56 +00:00
parent 219b3d9e97
commit 0175c44fa5
18 changed files with 164 additions and 243 deletions

View File

@ -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);