Home
last modified time | relevance | path

Searched refs:noncentralChi2CDFApprox (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dmathutil.hxx546 double noncentralChi2CDFApprox(unsigned int degreesOfFreedom, T noncentrality, T arg) in localMinMax()
721 inline double noncentralChi2CDFApprox(unsigned int degreesOfFreedom, double noncentrality, double a… in localMinMax()
723 return detail::noncentralChi2CDFApprox(degreesOfFreedom, noncentrality, arg); in localMinMax()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmathutil.hxx941 double noncentralChi2CDFApprox(unsigned int degreesOfFreedom, T noncentrality, T arg) in noncentralChi2CDFApprox() function
1116 inline double noncentralChi2CDFApprox(unsigned int degreesOfFreedom, double noncentrality, double a… in noncentralChi2CDFApprox() function
1118 return detail::noncentralChi2CDFApprox(degreesOfFreedom, noncentrality, arg); in noncentralChi2CDFApprox()
/dports/graphics/vigra/vigra-8acd73a/test/math/
H A Dtest.cxx390 should(vigra::noncentralChi2CDFApprox(200, 0.0, 200.0) > 0.5); in testSpecialFunctions()
391 should(vigra::noncentralChi2CDFApprox(200, 0.0, 199.0) < 0.5); in testSpecialFunctions()
399 … shouldEqualTolerance(vigra::noncentralChi2CDFApprox(2, 2.0, 2.0), 0.34574583872316456, 1e-1); in testSpecialFunctions()
400 … shouldEqualTolerance(vigra::noncentralChi2CDFApprox(3, 2.0, 2.0), 0.22073308707450343, 1e-1); in testSpecialFunctions()