Uses of Interface
com.actelion.research.calc.INumericalDataColumn
-
Packages that use INumericalDataColumn Package Description com.actelion.research.calc com.actelion.research.util.datamodel -
-
Uses of INumericalDataColumn in com.actelion.research.calc
Methods in com.actelion.research.calc with parameters of type INumericalDataColumn Modifier and Type Method Description double
CorrelationCalculator. calculateCorrelation(INumericalDataColumn column1, INumericalDataColumn column2, int correlationType)
Calculates the correlation coefficient between two columns of data.double[][]
CorrelationCalculator. calculateMatrix(INumericalDataColumn[] numericalColumn, int type)
Calculates a half correlation matrix of all passed numerical columns -
Uses of INumericalDataColumn in com.actelion.research.util.datamodel
Classes in com.actelion.research.util.datamodel that implement INumericalDataColumn Modifier and Type Class Description class
DoubleArray
DoubleArray 26 Jun 2010 MvK: Start implementation
-