SoftNet-Consult Java Utility Library

Uses of Class
com.softnetConsult.utils.collections.Pair

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
<T1 extends java.lang.Number,T2 extends java.lang.Number>
Pair<double[],double[]>
StatsTools.lnTransform(T1[] X, T2[] Y)
          Computes a linear transform of the specified data.
 


SoftNet-Consult Java Utility Library is a member of SourceForge.net