Home
last modified time | relevance | path

Searched refs:IncompleteGamma (Results 1 – 25 of 42) sorted by relevance

12

/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DIncompleteGamma.cc10 FUNCTION_OBJECT_IMP(IncompleteGamma)
12 const int IncompleteGamma::ITMAX =100;
13 const double IncompleteGamma::EPS =3.0E-7;
14 const double IncompleteGamma::FPMIN =1.0e-30;
17 IncompleteGamma::IncompleteGamma(): in IncompleteGamma() function in Genfun::IncompleteGamma
21 IncompleteGamma::IncompleteGamma(const IncompleteGamma & right): in IncompleteGamma() function in Genfun::IncompleteGamma
25 IncompleteGamma::~IncompleteGamma() { in ~IncompleteGamma()
28 double IncompleteGamma::operator() (double x) const { in operator ()()
38 Parameter & IncompleteGamma::a() { in a()
44 double IncompleteGamma::_gamser(double xa, double x, double logGamma) const { in _gamser()
[all …]
H A DCumulativeChiSquare.cc44 IncompleteGamma incompleteGamma; in create()
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/GenericFunctions/
H A DIncompleteGamma.hh20 class IncompleteGamma : public AbsFunction { class
22 FUNCTION_OBJECT_DEF(IncompleteGamma)
27 IncompleteGamma();
30 IncompleteGamma(const IncompleteGamma &right);
33 virtual ~IncompleteGamma();
45 const IncompleteGamma & operator=(const IncompleteGamma &right);
H A DErf.hh50 IncompleteGamma _incompleteGamma;
/dports/math/yacas/yacas-1.9.1/scripts/statistics.rep/
H A Dincompletegamma.ys1 /* IncompleteGamma function \int\limits_{0}^xt^{a-1}e^{-t}dt
4 IncompleteGamma(x,a)=x^a*Sum(k,0,infinity,(-1)^k*x^k/k!/(a+k)
7 IncompleteGamma(x,a)=Gamma(x)-x^(a-1)*Exp(-x)*(1+(a-1)/z+(a-1)(a-2)/z^2+...)
13 IncompleteGamma(_x, _a)_(x<=a+1) <--
38 100 # IncompleteGamma(_x, _a)_(x>a+1) <--
H A Dhypothesystest.ys6 /* Stub: ChiSquare's CDF is computed as IncompleteGamma(x,dof/2)/Gamma(dof/2); */
16 p'value:=1-N(IncompleteGamma(chi2/2,dof/2)/Gamma(dof/2));
H A Dincompletegamma.ys.def1 IncompleteGamma
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dgamma.c28 static double IncompleteGamma (double x, double alpha, double ln_gamma_alpha);
44 result = IncompleteGamma (shape*x, shape, LnGamma(shape)); in cdfGamma()
101 static double IncompleteGamma (double x, double alpha, double ln_gamma_alpha) in IncompleteGamma() function
229 if ((t=IncompleteGamma (p1, xx, g))<0) { in PointChi2()
255 return 1.0-IncompleteGamma (x, a, LnGamma(a)); in IncompleteGammaQ()
/dports/biology/paml/paml4.9j/src/
H A Dchi2.c19 #define CDFGamma(x,alpha,beta) IncompleteGamma((beta)*(x),alpha,LnGammaFunction(alpha))
25 double IncompleteGamma (double x, double alpha, double ln_gamma_alpha);
145 double IncompleteGamma (double x, double alpha, double ln_gamma_alpha) in IncompleteGamma() function
240 if ((t=IncompleteGamma (p1, xx, g))<0) { in QuantileChi2()
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dprobability.cpp39 static FloatT IncompleteGamma(FloatT a, FloatT z);
102 IncompleteGamma(static_cast<FloatT>(step), mean); in PoissonConditional()
251 static FloatT IncompleteGamma(FloatT a, FloatT z) in IncompleteGamma() function
298 return 1 - IncompleteGamma(a, z); in IncompleteGammaComplement()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/SpecFunc/openturns/
H A DGammaFunctions.hxx31 Scalar IncompleteGamma(const Scalar a,
H A DSpecFunc.hxx170 static Scalar IncompleteGamma(const Scalar a,
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/1e_cpp/
H A Dababps.hpp86 extern GammaFunction IncompleteGamma;
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/SpecFunc/
H A DGammaFunctions.cxx39 Scalar IncompleteGamma(const Scalar a, in IncompleteGamma() function
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/
H A DChangeLog476 * GenericFunctions/IncompleteGamma.hh,IncompleteGamma.cc:
490 * GenericFunctions/IncompleteGamma.cc:
622 * GenericFunctions/IncompleteGamma.cc,IncompleteGamma.hh (Added):
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dmathx.h111 double IncompleteGamma(double alpha, double x);
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dhistogram.h437 #define IncompleteGamma Wise2_IncompleteGamma macro
H A Dhistogram.c607 h->chip = (float) IncompleteGamma((double)(nbins-1-ndegrees)/2., in ExtremeValueSetHistogram()
697 h->chip = (float) IncompleteGamma((double)(nbins-3)/2., in GaussianFitHistogram()
765 h->chip = (float) IncompleteGamma((double)(nbins-1)/2., in GaussianSetHistogram()
1328 double IncompleteGamma(double a, double x) in IncompleteGamma() function
H A Dhistogram.dy748 h->chip = (float) IncompleteGamma((double)(nbins-1-ndegrees)/2.,
848 h->chip = (float) IncompleteGamma((double)(nbins-3)/2.,
920 h->chip = (float) IncompleteGamma((double)(nbins-1)/2.,
1595 p = IncompleteGamma(v/2., x/2.)
1609 double IncompleteGamma(double a, double x)
1613 if (a <= 0.) fatal("IncompleteGamma(): a must be > 0");
1614 if (x < 0.) fatal("IncompleteGamma(): x must be >= 0");
1663 fatal("IncompleteGamma(): failed to converge using continued fraction approx");
1689 fatal("IncompleteGamma(): failed to converge using series approx");
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/hmmer2/
H A Dhistogram.cpp441 h->chip = (float) IncompleteGamma((double)(nbins-1-ndegrees)/2., in ExtremeValueSetHistogram()
531 h->chip = (float) IncompleteGamma((double)(nbins-3)/2., in GaussianFitHistogram()
591 h->chip = (float) IncompleteGamma((double)(nbins-1)/2., in GaussianSetHistogram()
H A Dsre_math.cpp243 IncompleteGamma(double a, double x) in IncompleteGamma() function
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dsre_math.c246 IncompleteGamma(double a, double x) in IncompleteGamma() function
/dports/math/yacas/yacas-1.9.1/scripts/probability.rep/
H A Dcode.ys79 10 # CDF( ChiSquareDistribution(_m), _x) <-- IncompleteGamma(x/2,m/2)/Gamma(x/2);
/dports/biology/wise/wise2.4.1/src/HMMer2/
H A Dhistogram.c751 h->chip = (float) IncompleteGamma((double)(nbins-1-ndegrees)/2., in ExtremeValueSetHistogram()
841 h->chip = (float) IncompleteGamma((double)(nbins-3)/2., in GaussianFitHistogram()
901 h->chip = (float) IncompleteGamma((double)(nbins-1)/2., in GaussianSetHistogram()
H A Dsqfuncs.h196 extern double IncompleteGamma(double a, double x);

12