Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function Classes and Interfaces - 79 results found.
NameDescriptionTypePackageFramework
AbstractBivariateRealFunctionA bivariate real function takes two real arguments and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractR1RnFunctionThis is a function that takes one real argument and outputs one vector value.Classcom.numericalmethod.suanshu.analysis.function.rn2rmSuanShu
AbstractRealScalarFunctionThis abstract implementation implements Function.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractRealVectorFunctionThis abstract implementation implements Function.Classcom.numericalmethod.suanshu.analysis.function.rn2rmSuanShu
AbstractTrivariateRealFunctionA trivariate real function takes three real arguments and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractUnivariateRealFunctionA univariate real function takes one real argument and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
BetaThe beta function defined as: B(x,y) = frac{Gamma(x)Gamma(y)}{Gamma(x+y)}= int_0^1t^{x-1}(1-t)^{y-1},dt, x > 0, y > 0Classcom.numericalmethod.suanshu.analysis.function.special.betaSuanShu
BetaRegularizedThe Regularized Incomplete Beta function is defined as: I_x(p,q) = frac{B(x;,p,q)}{B(p,q)} = frac{1}{B(p,q)} int_0^x t^{p-1},(1-t)^{q-1},dt, p > 0, q > 0Classcom.numericalmethod.suanshu.analysis.function.special.betaSuanShu
BetaRegularizedInverseThe inverse of the Regularized Incomplete Beta function is defined at: x = I^{-1}_{(p,q)}(u), 0 le u le 1Classcom.numericalmethod.suanshu.analysis.function.special.betaSuanShu
BivariateRealFunctionA bivariate real function takes two real arguments and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
CauchyPolynomialThe Cauchy's polynomial of a polynomial takes this form: C(x) = Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
ContinuedFractionA continued fraction representation of a number has this form: z = b_0 + cfrac{a_1}{b_1 + cfrac{a_2}{b_2 + cfrac{a_3}{b_3 + cfrac{a_4}{b_4 + ddots,}}}}Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
ContinuedFraction .MaxIterationsExceededExceptionRuntimeException thrown when the continued fraction fails to converge for a given epsilon before a certain number of iterations.Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
ContinuedFraction .PartialsThis interface defines a continued fraction in terms of the partial numerators an, and the partial denominators bn.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
CubicRootThis is a cubic equation solver.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
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
DigammaThe digamma function is defined as the logarithmic derivative of the gamma function.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
DuplicatedAbscissaeThis exception is thrown when a function has two same x-abscissae, hence ill-defined.Classcom.numericalmethod.suanshu.analysis.function.tupleSuanShu
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
FunctionThe mathematical concept of a function expresses the idea that one quantity (the argument of the function, also known as the input) completely determines another quantity (the value, or output).Interfacecom.numericalmethod.suanshu.analysis.functionSuanShu
Function .EvaluationExceptionThis is the RuntimeException thrown when it fails to evaluate an expression.Classcom.numericalmethod.suanshu.analysis.functionSuanShu
FunctionOpsThese are some commonly used mathematical functions.Classcom.numericalmethod.suanshu.analysis.functionSuanShu
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
GaussianThe Gaussian function is defined as: f(x) = a e^{- { frac{(x-b)^2 }{ 2 c^2} } }Classcom.numericalmethod.suanshu.analysis.function.special.gaussianSuanShu
HornerSchemeHorner scheme is an algorithm for the efficient evaluation of polynomials in monomial form.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
JenkinsTraubRealThe Jenkins-Traub algorithm is a fast globally convergent iterative method for solving for polynomial roots.Classcom.numericalmethod.suanshu.analysis.function.polynomial.root.jenkinstraubSuanShu
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
LinearRootThis is a solver for finding the roots of a linear equation.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
LogBetaThis class represents the log of Beta function log(B(x, y)).Classcom.numericalmethod.suanshu.analysis.function.special.betaSuanShu
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
MultinomialBetaFunctionA multinomial Beta function is defined as: frac{prod_{i=1}^K Gamma(alpha_i)}{Gammaleft(sum_{i=1}^KClasscom.numericalmethod.suanshu.analysis.function.special.betaSuanShu
OrderedPairsCartesian products and binary relations (and hence the ubiquitous functions) are defined in termsSee Also:Wikipedia: Ordered pairInterfacecom.numericalmethod.suanshu.analysis.function.tupleSuanShu
PairAn ordered pair (x,y) is a pair of mathematical objects.Classcom.numericalmethod.suanshu.analysis.function.tupleSuanShu
PairComparatorByAbscissaFirstClasscom.numericalmethod.suanshu.analysis.function.tupleSuanShu
PairComparatorByAbscissaOnlyClasscom.numericalmethod.suanshu.analysis.function.tupleSuanShu
PartialFunctionClasscom.numericalmethod.suanshu.analysis.function.tupleSuanShu
PolynomialA polynomial is a UnivariateRealFunction that represents a finite length expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
PolyRootThis is a solver for finding the roots of a polynomial equation.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
PolyRootSolverA root (or a zero) of a polynomial p is a member x in the domain of p such that p(x) vanishes.Interfacecom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuadraticFunctionA quadratic function takes this form: (f(x) = frac{1}{2} imes x'Hx + x'p + c).Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
QuadraticMonomialA quadratic monomial has this form: x2 + ux + v.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
QuadraticRootThis is a solver for finding the roots of a quadratic equation, (ax^2 + bx + c = 0).Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuadraticSyntheticDivisionDivide a polynomial P(x) by a quadratic monomial (x2 + ux + v) to give the quotient Q(x) and the remainder (b * (x + u) + a).Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
QuarticRootThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0).Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRoot .QuarticSolverThis defines a quartic equation solver.Interfacecom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRootFerrariThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0) using the Ferrari method.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRootFormulaThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0) using a root-finding formula.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
R1ProjectionProjection creates a real-valued function RealScalarFunction from a vector-valued function RealVectorFunction by taking only one of its coordinate components in the vector output.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
R1toConstantMatrixA constant matrix function maps a real number to a constant matrix: (R^n ightarrow A).Classcom.numericalmethod.suanshu.analysis.function.matrixSuanShu
R1toMatrixThis is a function that maps from R1 to a Matrix space.Classcom.numericalmethod.suanshu.analysis.function.matrixSuanShu
R2toMatrixThis is a function that maps from R2 to a Matrix space.Classcom.numericalmethod.suanshu.analysis.function.matrixSuanShu
RastriginThe Rastrigin function is a non-convex function used as a performance test problem for optimization algorithms.Classcom.numericalmethod.suanshu.analysis.function.specialSuanShu
RealScalarFunctionA real valued function a (R^n ightarrow R) function, (y = f(x_1, .Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
RealScalarSubFunctionThis constructs a RealScalarFunction from another RealScalarFunction by restricting/fixing the values of a subset ofClasscom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
RealVectorFunctionA vector-valued function a (R^n ightarrow R^m) function, ([y_1,.Interfacecom.numericalmethod.suanshu.analysis.function.rn2rmSuanShu
RealVectorSubFunctionThis constructs a RealVectorFunction from another RealVectorFunction by restricting/fixing the values of a subset of variables.Classcom.numericalmethod.suanshu.analysis.function.rn2rmSuanShu
RntoMatrixThis interface is a function that maps from Rn to a Matrix space.Interfacecom.numericalmethod.suanshu.analysis.function.matrixSuanShu
ScaledPolynomialThis constructs a scaled polynomial that has neither too big or too small coefficients, hence avoiding overflow or underflow.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
SortedOrderedPairsThe ordered pairs are first sorted by abscissa, then by ordinate.Classcom.numericalmethod.suanshu.analysis.function.tupleSuanShu
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
StepFunctionA step function (or staircase function) is a finite linear combination of indicator functions of Informally speaking, a step function is a piecewise constant function having only finitely manyClasscom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
SubFunctionA sub-function, g, is defined over a subset of the domain of another (original) function,Classcom.numericalmethod.suanshu.analysis.functionSuanShu
TrigammaThe trigamma function is defined as the logarithmic derivative of the digamma function.Classcom.numericalmethod.suanshu.analysis.function.special.gammaSuanShu
TripleA triple is a tuple of length three.Classcom.numericalmethod.suanshu.analysis.function.tupleSuanShu
TrivariateRealFunctionA trivariate real function takes three real arguments and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
UnivariateRealFunctionA univariate real function takes one real argument and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu