jar

com.github.signaflo : math

Maven & Gradle

Oct 27, 2017
1 usages
187 stars

com.github.signaflo:math · Time Series Analysis in Java

Table Of Contents

Latest Version

Download com.github.signaflo : math JAR file - Latest Versions:

All Versions

Download com.github.signaflo : math JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window math-0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.signaflo.math.function

├─ com.github.signaflo.math.function.AbstractFunction.class - [JAR]

├─ com.github.signaflo.math.function.AbstractMultivariateFunction.class - [JAR]

├─ com.github.signaflo.math.function.CubicFunction.class - [JAR]

├─ com.github.signaflo.math.function.Function.class - [JAR]

├─ com.github.signaflo.math.function.GeneralFunction.class - [JAR]

├─ com.github.signaflo.math.function.MultivariateDoubleFunction.class - [JAR]

├─ com.github.signaflo.math.function.MultivariateFunction.class - [JAR]

├─ com.github.signaflo.math.function.NumericalDerivatives.class - [JAR]

├─ com.github.signaflo.math.function.QuadraticFunction.class - [JAR]

├─ com.github.signaflo.math.function.SlopeFunction.class - [JAR]

com.github.signaflo.math.stats.distributions

├─ com.github.signaflo.math.stats.distributions.Distribution.class - [JAR]

├─ com.github.signaflo.math.stats.distributions.Normal.class - [JAR]

├─ com.github.signaflo.math.stats.distributions.StudentsT.class - [JAR]

├─ com.github.signaflo.math.stats.distributions.Uniform.class - [JAR]

com.github.signaflo.math.stats

├─ com.github.signaflo.math.stats.Statistics.class - [JAR]

com.github.signaflo.math.polynomial.interpolation

├─ com.github.signaflo.math.polynomial.interpolation.LinearInterpolation.class - [JAR]

├─ com.github.signaflo.math.polynomial.interpolation.NewtonPolynomial.class - [JAR]

com.github.signaflo.math.operations

├─ com.github.signaflo.math.operations.DoubleFunctions.class - [JAR]

├─ com.github.signaflo.math.operations.Operators.class - [JAR]

├─ com.github.signaflo.math.operations.Validate.class - [JAR]

com.github.signaflo.math.optim

├─ com.github.signaflo.math.optim.BFGS.class - [JAR]

├─ com.github.signaflo.math.optim.CubicInterpolation.class - [JAR]

├─ com.github.signaflo.math.optim.NaNStepLengthException.class - [JAR]

├─ com.github.signaflo.math.optim.QuadraticInterpolation.class - [JAR]

├─ com.github.signaflo.math.optim.QuasiNewtonLineFunction.class - [JAR]

├─ com.github.signaflo.math.optim.StrongWolfeLineSearch.class - [JAR]

├─ com.github.signaflo.math.optim.ViolatedTheoremAssumptionsException.class - [JAR]

com.github.signaflo.math

├─ com.github.signaflo.math.Complex.class - [JAR]

├─ com.github.signaflo.math.FieldElement.class - [JAR]

├─ com.github.signaflo.math.Rational.class - [JAR]

├─ com.github.signaflo.math.Real.class - [JAR]

├─ com.github.signaflo.math.Reals.class - [JAR]

com.github.signaflo.math.linear

├─ com.github.signaflo.math.linear.ComplexVectors.class - [JAR]

├─ com.github.signaflo.math.linear.FieldMatrix.class - [JAR]

├─ com.github.signaflo.math.linear.FieldVector.class - [JAR]

├─ com.github.signaflo.math.linear.Matrices.class - [JAR]

├─ com.github.signaflo.math.linear.Vectors.class - [JAR]

com.github.signaflo.math.linear.doubles

├─ com.github.signaflo.math.linear.doubles.ColumnMatrix.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.GenericVector.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.Matrix.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.Matrix2.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.MatrixBuilder.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.MatrixOneD.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.MutableMatrix.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.QuadraticForm.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.RowMatrix.class - [JAR]

├─ com.github.signaflo.math.linear.doubles.Vector.class - [JAR]

Advertisement