Uses of Class
com.actelion.research.util.datamodel.DoubleArray
-
Packages that use DoubleArray Package Description com.actelion.research.calc com.actelion.research.calc.regression.linear.simple com.actelion.research.calc.statistics com.actelion.research.util.datamodel -
-
Uses of DoubleArray in com.actelion.research.calc
Methods in com.actelion.research.calc with parameters of type DoubleArray Modifier and Type Method Description static voidMatrixFunctions. columnIntoDoubleArray(Matrix A, int col, DoubleArray da) -
Uses of DoubleArray in com.actelion.research.calc.regression.linear.simple
Methods in com.actelion.research.calc.regression.linear.simple that return DoubleArray Modifier and Type Method Description DoubleArrayLinearRegression. getValuesAsArrayX()DoubleArrayLinearRegression. getValuesAsArrayY() -
Uses of DoubleArray in com.actelion.research.calc.statistics
Methods in com.actelion.research.calc.statistics that return DoubleArray Modifier and Type Method Description DoubleArrayStatisticsOverview. getData()Methods in com.actelion.research.calc.statistics with parameters of type DoubleArray Modifier and Type Method Description static ModelStatisticsOverviewStatisticsOverview. get(DoubleArray da)static ModelStatisticsOverviewMedianStatisticsOverview. getMedianOverview(DoubleArray da)static java.lang.StringStatisticsOverview. toString(DoubleArray da, java.lang.String text1)static java.lang.StringStatisticsOverview. toString(DoubleArray da, java.lang.String text1, java.lang.String text2)Constructors in com.actelion.research.calc.statistics with parameters of type DoubleArray Constructor Description StatisticsOverview(DoubleArray da) -
Uses of DoubleArray in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel with parameters of type DoubleArray Modifier and Type Method Description intDoubleArray. add(DoubleArray d)
-