|
SuanShu, a Java numerical and statistical library | |||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||
Matrixs.Matrix.
Matrixs.
Matrix.SimpleMatrixMathOperation.
Ring R.Matrix.BFGS instead.BFGS instead.
A, is a map from the DenseMatrix space to the real line.xk.
BracketSearch into a Minimizer.Minimizer from a BracketSearch to minimize a univariate function.
Minimizer from a Brent to minimize a univariate function.
e(x, ω):
the minmax objective function family, parameterized by omegaω- : G × G → G
- is not in the definition of of an additive group but can be deduced.
this - that
this - that
Subtract a DiagonalMatrix.
this - that
Subtract a LowerTriangularMatrix.
A1 - A2
A1 - A2.
this - that
this - that
v - s
Subtract a scalar from all entries in the vector v.
e^x or e^x2.
be mod m
This implements a variant of the algorithm
on page 244 of Bruce Schneier's Applied Cryptography, 2e, ISBN 0-471-11709-9.
etX
This may not always exist.
order-th moment.
order-th moment,
initialized with a sample.
xi = (a1 * xi-1 + a2 * xi-2 + ... + ak * xi-k) mod m
ui = xi / m
E(Y) = μ = g-1(Xβ)
μ(t, Xt, Zt, ...)
- mu -
Variable in class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.brownian.Brownian
- μ, the drift
- mu -
Variable in class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.SDE
- the drift
μ(t, Xt, Zt, ...)
- mu -
Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
- the intercept (constant) vector
- mu() -
Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
- Get the intercept vector.
- mu() -
Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Vecm
- Get the intercept vector.
- mu -
Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.ArimaxModel
- the intercept (constant) term
- mu() -
Method in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.ArimaxModel
- Get the intercept term.
- Multinomial - Class in com.numericalmethod.suanshu.stats.random.multivariate
- This class generate random vectors from a multinomial distribution.
- Multinomial(int, double[], RandomNumberGenerator) -
Constructor for class com.numericalmethod.suanshu.stats.random.multivariate.Multinomial
- Construct a Multinomial random vector generator.
- Multinomial(int, double[]) -
Constructor for class com.numericalmethod.suanshu.stats.random.multivariate.Multinomial
- Construct a Multinomial random vector generator.
- MultipleExecutionException - Exception in com.numericalmethod.suanshu.parallel
- This exception is thrown when any of the parallel tasks throws an exception
during execution.
- MultipleExecutionException(List<?>, List<ExecutionException>) -
Constructor for exception com.numericalmethod.suanshu.parallel.MultipleExecutionException
-
- MultiplicativeModel - Class in com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess
- The multiplicative model of a time series is a multiplicative composite of the trend, seasonality and irregular random components.
- MultiplicativeModel(double[], double[], double[]) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.MultiplicativeModel
- Construct a univariate time series by multiplying the components.
- MultiplicativeModel(double[], double[], RandomNumberGenerator) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.MultiplicativeModel
- Construct a univariate time series by multiplying the components.
- MultiplierPenalty - Class in com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod
- A multiplier penalty function allows different weights be assigned to the constraints.
- MultiplierPenalty(Constraints, double[]) -
Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.MultiplierPenalty
- Construct a MultiplierPenalty penalty function from a set of constraints.
- MultiplierPenalty(Constraints, double) -
Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.MultiplierPenalty
- Construct a MultiplierPenalty penalty function from a set of constraints.
- MultiplierPenalty(Constraints) -
Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.MultiplierPenalty
- Construct a MultiplierPenalty penalty function from a set of constraints.
- multiply(Polynomial) -
Method in class com.numericalmethod.suanshu.analysis.function.polynomial.Polynomial
-
- multiply(G) -
Method in interface com.numericalmethod.suanshu.mathstructure.Monoid
· : G × G → G
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.ImmutableMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.ImmutableMatrix
-
- multiply(Vector) -
Method in interface com.numericalmethod.suanshu.matrix.doubles.Matrix
- Right multiply this matrix,
A by a vector.
- multiply(Matrix) -
Method in interface com.numericalmethod.suanshu.matrix.doubles.MatrixRing
this %*% that
- multiply(DenseMatrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.DenseMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.DenseMatrix
- Compute
A %*% v, where v is a vector.
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.diagonal.BidiagonalMatrix
-
- multiply(DiagonalMatrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.diagonal.DiagonalMatrix
this %*% that
Multiply by a DiagonalMatrix.
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.diagonal.DiagonalMatrix
-
- multiply(LowerTriangularMatrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.triangle.LowerTriangularMatrix
this %*% that
Multiply by a LowerTriangularMatrix.
- multiply(UpperTriangularMatrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.triangle.UpperTriangularMatrix
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.GivensMatrix
- Left multiplication by
G, namely,
G %*% A
affects only the i-th and the j-th rows.
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.GivensMatrix
-
- multiply(Matrix, Matrix) -
Method in interface com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.MatrixMathOperation
A1 %*% A2
- multiply(Matrix, Vector) -
Method in interface com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.MatrixMathOperation
A %*% v
- multiply(Matrix, Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.SimpleMatrixMathOperation
A1 %*% A2.
- multiply(Matrix, Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.SimpleMatrixMathOperation
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixMathImpl
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixMathImpl
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.PermutationMatrix
- Left multiplication by
P.
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.PermutationMatrix
- Left multiplication by
P.
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.CsrSparseMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.CsrSparseMatrix
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.DokSparseMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.DokSparseMatrix
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.LilSparseMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.LilSparseMatrix
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.SparseVector
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.operation.ImmutableKroneckerProduct
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.operation.ImmutableKroneckerProduct
-
- multiply(Matrix) -
Method in class com.numericalmethod.suanshu.matrix.doubles.operation.SubMatrixRef
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.matrix.doubles.operation.SubMatrixRef
-
- multiply(ComplexMatrix) -
Method in class com.numericalmethod.suanshu.matrix.generic.matrixtype.ComplexMatrix
-
- multiply(GenericMatrix<F>) -
Method in class com.numericalmethod.suanshu.matrix.generic.matrixtype.GenericMatrix
-
- multiply(RealMatrix) -
Method in class com.numericalmethod.suanshu.matrix.generic.matrixtype.RealMatrix
-
- multiply(Complex) -
Method in class com.numericalmethod.suanshu.number.complex.Complex
- Compute the product of this complex number and that complex number.
- multiply(Real) -
Method in class com.numericalmethod.suanshu.number.Real
-
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.vector.doubles.dense.DenseVector
-
- multiply(DenseVector) -
Method in class com.numericalmethod.suanshu.vector.doubles.dense.DenseVector
this * v
Multiply this by v, entry-by-entry.
- multiply(Vector) -
Method in class com.numericalmethod.suanshu.vector.doubles.ImmutableVector
-
- multiply(Vector) -
Method in interface com.numericalmethod.suanshu.vector.doubles.Vector
this * that
Multiply this by that, entry-by-entry.
- MultiVariateRealization - Interface in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate
- This interface defines the realization for a multivariate stochastic process, as well as
the Iterator for generating (reading) the realization.
- MultiVariateRealization - Interface in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- This represents a multivariate time series indexed by real numbers, e.g., real time.
- MultiVariateRealization.Entry - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- the TimeSeries.Entry for a real number -indexed multivariate time series
- MultiVariateRealization.Entry(double, Vector) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime.MultiVariateRealization.Entry
-
- MultiVariateRealization.Iterator - Class in com.numericalmethod.suanshu.stats.stochasticprocess.multivariate
- This Iterator support lazy evaluation/generation of a realization from a stochastic process.
- MultiVariateRealization.Iterator(MultiVariateRealization, int, long) -
Constructor for class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.MultiVariateRealization.Iterator
- Construct a realization of a multivariate stochastic process.
- MultiVariateRealization.Iterator - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- the Iterator to read a real number -indexed multivariate time series
- MultiVariateRealization.Iterator(MultiVariateRealization) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime.MultiVariateRealization.Iterator
-
- MultiVariateTimeSeries<T> - Interface in com.numericalmethod.suanshu.stats.timeseries.multivariate
- A multivariate time series is a sequence of vectors indexed by some notion of time.
- MultiVariateTimeSeries - Interface in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- This represents a multivariate time series indexed by integers.
- MultiVariateTimeSeries.Entry<T> - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate
- the TimeSeries.Entry for a multivariate time series
- MultiVariateTimeSeries.Entry(T, Vector) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.MultiVariateTimeSeries.Entry
-
- MultiVariateTimeSeries.Entry - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- the TimeSeries.Entry for an integer-indexed multivariate time series
- MultiVariateTimeSeries.Entry(int, Vector) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime.MultiVariateTimeSeries.Entry
-
- MultiVariateTimeSeries.Iterator<E extends MultiVariateTimeSeries.Entry<?>> - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate
- the Iterator to read a multivariate time series
- MultiVariateTimeSeries.Iterator(MultiVariateTimeSeries<?>) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.MultiVariateTimeSeries.Iterator
-
- MultiVariateTimeSeries.Iterator - Class in com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime
- the Iterator used to read an integer-indexed multivariate time series
- MultiVariateTimeSeries.Iterator(MultiVariateTimeSeries) -
Constructor for class com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime.MultiVariateTimeSeries.Iterator
-
- Mutex - Class in com.numericalmethod.suanshu.parallel
-
- Mutex() -
Constructor for class com.numericalmethod.suanshu.parallel.Mutex
-
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||