Interface | Description |
---|---|
Function | |
FunctionMat |
Interface for representing a function that should return a Matrix object as
the result.
|
FunctionP |
FunctionP is the same as
Function except it supports parallel
computation of the result. |
FunctionVec |
Interface for representing a function that should return a vector as the
result.
|
Class | Description |
---|---|
Complex |
A class for representing a complex value by a real and imaginary double pair.
|
ContinuedFraction |
This class provides a means to represent and evaluate continued fractions in
a multitude of ways.
|
DescriptiveStatistics | |
ExponentialMovingStatistics |
This class keeps track of a set of Exponential Moving statistics (the mean
and standard deviation).
|
FastMath |
This class contains fast implementations of many of the methods located in
Math and SpecialMath . |
FunctionBase |
Simple base abstract class for implementing a
Function by
implementing FunctionBase.f(double[]) to call the vector version. |
IndexFunction | |
MathTricks |
This class provides utilities for performing specific arithmetic patterns in
numerically stable / efficient ways.
|
OnLineStatistics |
This class provides a means of updating summary statistics as each
new data point is added.
|
SimpleLinearRegression | |
SpecialMath |
This class provides static methods for computing accurate approximations to
many special functions.
|
TrigMath |
This class includes additional trig and hyperbolic trig that
does not come with Java.Math by default.
|
Copyright © 2017. All rights reserved.