Uses of Interface
org.episteme.core.mathematics.analysis.Relation
Packages that use Relation
Package
Description
-
Uses of Relation in org.episteme.core.mathematics.analysis
Subinterfaces of Relation in org.episteme.core.mathematics.analysisModifier and TypeInterfaceDescriptioninterfaceBijection<D,C> A bijective function (one-to-one and onto mapping).interfaceContinuousFunction<D,C> Represents a continuous function.interfaceRepresents a differentiable function.interfaceFunction<D,C> Represents a mathematical function from a domain D to a codomain C.interfaceIntegrableFunction<D,C> Represents an integrable function.interfaceMultivariate function (multiple variables: â„Ââ¿ → â„Â).interfaceRepresents a real-valued function of multiple real variables (R^n -> R).interfaceRepresents a real-valued function of a real variable (R -> R).interfaceScalarField<V>Represents a scalar field: f: â„Ââ¿ → â„ÂinterfaceScalar-valued function (returns a single real number).interfaceUnivariate function (single variable: ℠→ â„Â).interfaceVectorField<V>Represents a vector field: F: â„Ââ¿ → â„Ââ¿interfaceVectorFunction<F extends Field<F>>Represents a function from a vector space to another (F^n -> F^m).Classes in org.episteme.core.mathematics.analysis that implement RelationModifier and TypeClassDescriptionclassRepresents a polynomial function P(x) over a Ring R. -
Uses of Relation in org.episteme.core.mathematics.analysis.chaos
Subinterfaces of Relation in org.episteme.core.mathematics.analysis.chaosModifier and TypeInterfaceDescriptioninterfaceDiscreteMap<T>A discrete dynamical system defined by an iterative map.Classes in org.episteme.core.mathematics.analysis.chaos that implement RelationModifier and TypeClassDescriptionclassArnold's Cat Map: x_{n+1} = (2x_n + y_n) mod 1 y_{n+1} = (x_n + y_n) mod 1classThe Gingerbread Man Map - a chaotic discrete dynamical system.classThe Hénon Map: x_{n+1} = 1 - a * x_n^2 + y_n y_{n+1} = b * x_nclassThe Logistic Map: x_{n+1} = r * x_n * (1 - x_n).classThe Standard Map (Chirikov-Taylor map): p_{n+1} = (p_n + K * sin(theta_n)) mod 2À theta_{n+1} = (theta_n + p_{n+1}) mod 2À -
Uses of Relation in org.episteme.core.mathematics.analysis.series
Subinterfaces of Relation in org.episteme.core.mathematics.analysis.seriesModifier and TypeInterfaceDescriptioninterfaceRepresents a sequence that converges to a limit.interfaceA sequence of integers (ℤ).interfaceSequence<T>A mathematical sequence a(n) for n ≥ 0.Classes in org.episteme.core.mathematics.analysis.series that implement RelationModifier and TypeClassDescriptionclassBell numbers sequence (OEIS A000110).classCatalan numbers: C(0)=1, C(n) = (2n)!classFactorial sequence: n!classFibonacci sequence: F(0) = 0, F(1) = 1, F(n) = F(n-1) + F(n-2).classPrime counting function À(n) (OEIS A000720).classPrime number sequence: 2, 3, 5, 7, 11, ...classRepresents a sequence defined by a recurrence relation.classSquare numbers sequence: a(n) = n².classTriangular numbers sequence: T(n) = n(n+1)/2. -
Uses of Relation in org.episteme.core.mathematics.analysis.transform
Subinterfaces of Relation in org.episteme.core.mathematics.analysis.transformModifier and TypeInterfaceDescriptioninterfaceTransform<D,C> Represents a mathematical transform (e.g., Fourier, Laplace, Wavelet).Classes in org.episteme.core.mathematics.analysis.transform that implement RelationModifier and TypeClassDescriptionclassDiscrete Fourier Transform (DFT) using Fast Fourier Transform (FFT) algorithm. -
Uses of Relation in org.episteme.core.mathematics.geometry
Subinterfaces of Relation in org.episteme.core.mathematics.geometryModifier and TypeInterfaceDescriptioninterfaceRepresents a parametric curve in N-dimensional space.interfaceRepresents a parametric surface in 3D space. -
Uses of Relation in org.episteme.core.mathematics.geometry.curves
Classes in org.episteme.core.mathematics.geometry.curves that implement RelationModifier and TypeClassDescriptionclassRepresents a Bézier curve.classRepresents a circle as a parametric curve.classRepresents an ellipse curve.classRepresents a 3D helix (spiral) curve. -
Uses of Relation in org.episteme.core.mathematics.geometry.surfaces
Classes in org.episteme.core.mathematics.geometry.surfaces that implement RelationModifier and TypeClassDescriptionclassRepresents a conical surface.classRepresents a cylindrical surface.classRepresents an ellipsoidal surface.classRepresents a paraboloidal surface.classRepresents a sphere as a parametric surface.classRepresents a torus as a parametric surface. -
Uses of Relation in org.episteme.core.mathematics.statistics
Subinterfaces of Relation in org.episteme.core.mathematics.statisticsModifier and TypeInterfaceDescriptioninterfaceA probability distribution P(X ≤ x).Classes in org.episteme.core.mathematics.statistics that implement RelationModifier and TypeClassDescriptionclassAbstract base class for continuous probability distributions.classAbstract base class for discrete probability distributions. -
Uses of Relation in org.episteme.core.mathematics.statistics.distributions
Classes in org.episteme.core.mathematics.statistics.distributions that implement RelationModifier and TypeClassDescriptionclassclassBinomial distribution Bin(n, p).classCauchy distribution (also called Lorentz distribution).classclassExponential distribution Exp(λ).classclassclassLogNormal distribution.classNormal (Gaussian) distribution N(μ, ÃÆ’²).class*classclassclassWeibull distribution.