Uses of Class
com.actelion.research.util.datamodel.PointDouble
-
Packages that use PointDouble Package Description com.actelion.research.calc com.actelion.research.calc.regression.linear.simple com.actelion.research.util.datamodel -
-
Uses of PointDouble in com.actelion.research.calc
Method parameters in com.actelion.research.calc with type arguments of type PointDouble Modifier and Type Method Description static double
ArrayUtilsCalc. getCorrPearson(java.util.List<PointDouble> li)
-
Uses of PointDouble in com.actelion.research.calc.regression.linear.simple
Methods in com.actelion.research.calc.regression.linear.simple that return PointDouble Modifier and Type Method Description PointDouble
LinearRegression. getMean()
Methods in com.actelion.research.calc.regression.linear.simple that return types with arguments of type PointDouble Modifier and Type Method Description java.util.Vector<PointDouble>
LinearRegression. getResiduals()
java.util.List<PointDouble>
LinearRegression. getValues()
java.util.Vector<PointDouble>
LinearRegression. regress()
Methods in com.actelion.research.calc.regression.linear.simple with parameters of type PointDouble Modifier and Type Method Description void
LinearRegression. addPoint(PointDouble p)
-
Uses of PointDouble in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel with parameters of type PointDouble Modifier and Type Method Description static double
PointDouble. euclideanDist(PointDouble dt1, PointDouble dt2)
void
PointDouble. set(PointDouble td)
-