Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function.special.gamma Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
DigammaThe digamma function is defined as the logarithmic derivative of the gamma function.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaThe Gamma function is an extension of the factorial function to real and complex numbers, with its argument shifted down by 1.Interfacecom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaGergoNemesThe Gergo Nemes' algorithm is very simple and quick to compute the Gamma function, if accuracy is not critical.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaLanczosLanczos approximation provides a way to compute the Gamma function such that the accuracy can be made arbitrarily precise.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaLanczosQuickLanczos approximation, computations are done in double.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaLowerIncompleteThe Lower Incomplete Gamma function is defined as: gamma(s,x) = int_0^x t^{s-1},e^{-t},{ m d}t = P(s,x)Gamma(s)Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaRegularizedPThe Regularized Incomplete Gamma P function is defined as: P(s,x) = frac{gamma(s,x)}{Gamma(s)} = 1 - Q(s,x), s geq 0, x geq 0Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaRegularizedPInverseThe inverse of the Regularized Incomplete Gamma P function is defined as: x = P^{-1}(s,u), 0 geq u geq 1Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaRegularizedQThe Regularized Incomplete Gamma Q function is defined as: Q(s,x)=frac{Gamma(s,x)}{Gamma(s)}=1-P(s,x), s geq 0, x geq 0Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
GammaUpperIncompleteThe Upper Incomplete Gamma function is defined as: Gamma(s,x) = int_x^{infty} t^{s-1},e^{-t},{ m d}t = Q(s,x) imes Gamma(s)Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
LanczosThe Lanczos approximation is a method for computing the Gamma function numerically, published by Cornelius Lanczos in 1964.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
LogGammaThe log-Gamma function, (log (Gamma(z))), for positive real numbers, is the log of the Gamma function.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
LogGamma .Methodthe available methods to compute (log (Gamma(z)))Lanczos approximation.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
TrigammaThe trigamma function is defined as the logarithmic derivative of the digamma function.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu