|
SoftNet-Consult Java Utility Library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
com.softnetConsult.utils.collections | This package contains classes and utilities that are commonly required when dealing with collections and are missing in the standard java API. |
com.softnetConsult.utils.math | This package contains commonly used mathematical and statistical functions, finctions for bit-map processing and futher mathematical classes. |
Uses of Pair in com.softnetConsult.utils.collections |
---|
Methods in com.softnetConsult.utils.collections with parameters of type Pair | |
---|---|
boolean |
Pair.equals(Pair<?,?> p)
Returns whether this Pair is equal to a specified Pair . |
Uses of Pair in com.softnetConsult.utils.math |
---|
Methods in com.softnetConsult.utils.math that return Pair | ||
---|---|---|
Pair<T[],java.lang.Integer[]> |
Distribution.getData()
Gets the data of this distribution as two arrays - one containing the observations, and the other containing the corresponding frequencies. |
|
static Pair<double[],double[]> |
StatsTools.lnTransform(Distribution<? extends java.lang.Number> dist)
Computes a linear transform of the specified distribution sample by using the observed values as x-values and observation frequencies as y-values of a data series. |
|
static
|
StatsTools.lnTransform(T1[] X,
T2[] Y)
Computes a linear transform of the specified data. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |