Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function.special.gaussian Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
CumulativeNormalHastingsHastings algorithm is faster but less accurate way to compute the cumulative standard Normal.Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
CumulativeNormalInverseThe inverse of the cumulative standard Normal distribution function is defined as: This implementation uses the Beasley-Springer-Moro algorithm.Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
CumulativeNormalMarsagliaMarsaglia is about 3 times slower but is more accurate to compute the cumulative standard Normal.Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
ErfThe Error function is defined as: operatorname{erf}(x) = frac{2}{sqrt{pi}}int_{0}^x e^{-t^2} dtClasscom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
ErfcThis complementary Error function is defined as: operatorname{erfc}(x)Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
ErfInverseThe inverse of the Error function is defined as: operatorname{erf}^{-1}(x)Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
GaussianThe Gaussian function is defined as: f(x) = a e^{- { frac{(x-b)^2 }{ 2 c^2} } }Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
StandardCumulativeNormalThe cumulative Normal distribution function describes the probability of a Normal random variable falling in the interval ((-infty, x]).Interfacecom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu