close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

Last modified 18 years ago

#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 Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

Manolo has asked to me for this bug because this is an statistical problem

comment:2 Changed 21 years ago by Víctor de Buen Remiro

Status: newassigned

comment:3 Changed 21 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

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 Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000085
Note: See TracTickets for help on using tickets.