Home
last modified time | relevance | path

Searched refs:noncentralChi2CDF (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dmathutil.hxx572 std::pair<double, double> noncentralChi2CDF(unsigned int degreesOfFreedom, T noncentrality, T arg, … in localMinMax()
654 return detail::noncentralChi2CDF(degreesOfFreedom, 0.0, arg, accuracy).first; in localMinMax()
669 return detail::noncentralChi2CDF(degreesOfFreedom, 0.0, arg, accuracy).second; in localMinMax()
686 return detail::noncentralChi2CDF(degreesOfFreedom, noncentrality, arg, accuracy).first; in localMinMax()
701 inline double noncentralChi2CDF(unsigned int degreesOfFreedom, in localMinMax()
704 return detail::noncentralChi2CDF(degreesOfFreedom, noncentrality, arg, accuracy).second; in localMinMax()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmathutil.hxx967 std::pair<double, double> noncentralChi2CDF(unsigned int degreesOfFreedom, T noncentrality, T arg, … in noncentralChi2CDF() function
1049 return detail::noncentralChi2CDF(degreesOfFreedom, 0.0, arg, accuracy).first; in chi2()
1064 return detail::noncentralChi2CDF(degreesOfFreedom, 0.0, arg, accuracy).second; in chi2CDF()
1081 return detail::noncentralChi2CDF(degreesOfFreedom, noncentrality, arg, accuracy).first; in noncentralChi2()
1096 inline double noncentralChi2CDF(unsigned int degreesOfFreedom, in noncentralChi2CDF() function
1099 return detail::noncentralChi2CDF(degreesOfFreedom, noncentrality, arg, accuracy).second; in noncentralChi2CDF()
/dports/graphics/vigra/vigra-8acd73a/test/math/
H A Dtest.cxx392 should(vigra::noncentralChi2CDF(200, 0.0, 200.0) > 0.5); in testSpecialFunctions()
393 should(vigra::noncentralChi2CDF(200, 0.0, 199.0) < 0.5); in testSpecialFunctions()
395 shouldEqualTolerance(vigra::noncentralChi2CDF(2, 2.0, 2.0), 0.34574583872316456, 1e-7); in testSpecialFunctions()
397 shouldEqualTolerance(vigra::noncentralChi2CDF(3, 2.0, 2.0), 0.22073308707450343, 1e-7); in testSpecialFunctions()
/dports/graphics/vigra/vigra-8acd73a/docsrc/
H A Dcredits_changelog.dxx391 …squared distribution (\ref chi2(), \ref chi2CDF(), \ref noncentralChi2(), \ref noncentralChi2CDF())