#85 closed defect (fixed)
F-Snedecor Distribution
Reported by: | Druiz | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Math | Version: | 1.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Both distribution functions, "DistF" and "DistFinv", are correct in terms of
description but results are obtained changing the position of degrees of freedom .
Then ,
Real DistF (3.86, 9,3)= 0.949922 (TOL feedback)
and I think this is the result for Real DistF (3.86, 3,9)
Change History (4)
comment:1 Changed 21 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In both next functions of tol/bmath/bprdist/prd.cpp
BDat BFSnedecorDist::Dist(BDat x)
and
BDat BFSnedecorDist::Inverse(BDat prob, BDat tolerance)
it was wrong the assignation of degrees of freedom
dfn = n_;
dfd = m_;
comment:4 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000085 |
---|
Manolo has asked to me for this bug because this is an statistical problem