Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.integration.univariate.riemann Classes and Interfaces - 35 results found.
NameDescriptionTypePackageFramework
ChangeOfVariableChange of variable can easy the computation of some integrals, such as improper integrals.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemannSuanShu
ChebyshevRuleClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
DoubleExponentialThis transformation speeds up the convergence of the Trapezoidal Rule exponentially.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
DoubleExponential4HalfRealLineThis transformation is good for the region ((0, +infty)).Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
DoubleExponential4RealLineThis transformation is good for the region ((-infty, +infty)).Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
ExponentialThis transformation is good for when the lower limit is finite, the upper limit is infinite, and the integrand falls off exponentially.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
GaussChebyshevQuadratureGauss-Chebyshev Quadrature uses the following weighting function: w(x) = frac{1}{sqrt{1 - x^2}}Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussianSuanShu
GaussHermiteQuadratureGauss-Hermite quadrature exploits the fact that quadrature approximations are open integration formulas (that is, the values of the endpoints are not required) to evaluate of integrals in theClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussianSuanShu
GaussianQuadratureA quadrature rule is a method of numerical integration in which we approximate the integral of a function by a weighted sum of sample points.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussianSuanShu
GaussianQuadratureRuleThis interface defines a Gaussian quadrature rule used in Gaussian quadrature.Interfacecom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
GaussLaguerreQuadratureGauss-Laguerre quadrature exploits the fact that quadrature approximations are open integration formulas (i.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussianSuanShu
GaussLegendreQuadratureGauss-Legendre quadrature considers the simplest case of uniform weighting: (w(x) = 1).Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussianSuanShu
HermitePolynomialsA Hermite polynomial is defined by the recurrence relation below.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
HermiteRuleClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
IntegratorThis defines the interface for the numerical integration of definite integrals of univariate functions.Interfacecom.numericalmethod.suanshu.analysis.integration.univariate.riemannSuanShu
InvertingVariableThis is the inverting-variable transformation.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
IterativeIntegratorAn iterative integrator computes an integral by a series of sums, which approximates the value of the integral.Interfacecom.numericalmethod.suanshu.analysis.integration.univariate.riemannSuanShu
LaguerrePolynomialsLaguerre polynomials are defined by the recurrence relation below.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
LaguerreRuleClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
LegendrePolynomialsA Legendre polynomial is defined by the recurrence relation below.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
LegendreRuleClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
MidpointThe midpoint rule computes an approximation to a definite integral, made by finding the area of a collection of rectangles whose heights are determined by the values of the function.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
MixedRuleThe mixed rule is good for functions that fall off rapidly at infinity, e.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
NewtonCotesThe Newton-Cotes formulae, also called the Newton-Cotes quadrature rules or simply Newton-Cotes rules, are a group of formulae for numerical integration (also called quadrature) based on evaluating the integrand at equally-spaced points.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
NewtonCotes .TypeThere are two types of the Newton-Cotes method: OPEN and CLOSED.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
NoChangeOfVariableThis is a dummy substitution rule that does not change any variable.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
OrthogonalPolynomialFamilyThis factory class produces a family of orthogonal polynomials.Interfacecom.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.ruleSuanShu
PowerLawSingularityThis transformation is good for an integral which diverges at one of the end points.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
PowerLawSingularity .PowerLawSingularityTypethe type of end point divergenceReturns the enum constant of this type with the specified namClasscom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
RiemannThis is a wrapper class that integrates a function by using an appropriate integrator together with Romberg's method.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemannSuanShu
RombergRomberg's method computes an integral by generating a sequence of estimations of the integral value and then doing an extrapolation.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
SimpsonSimpson's rule can be thought of as a special case of Romberg's method.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
StandardIntervalThis transformation is for mapping integral region from [a, b] to [-1, 1].Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
SubstitutionRuleA substitution rule specifies (x(t)) and (frac{mathrm{d} x}{mathrm{d} t}).Interfacecom.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitutionSuanShu
TrapezoidalThe Trapezoidal rule is a closed type Newton-Cotes formula, where the integral interval is evenly divided into N sub-intervals.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu