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 void
MatrixFunctions. 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 DoubleArray
LinearRegression. getValuesAsArrayX()
DoubleArray
LinearRegression. 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 DoubleArray
StatisticsOverview. getData()
Methods in com.actelion.research.calc.statistics with parameters of type DoubleArray Modifier and Type Method Description static ModelStatisticsOverview
StatisticsOverview. get(DoubleArray da)
static ModelStatisticsOverviewMedian
StatisticsOverview. getMedianOverview(DoubleArray da)
static java.lang.String
StatisticsOverview. toString(DoubleArray da, java.lang.String text1)
static java.lang.String
StatisticsOverview. 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 int
DoubleArray. add(DoubleArray d)
-