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 doubleArrayUtilsCalc. 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 PointDoubleLinearRegression. 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 voidLinearRegression. 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 doublePointDouble. euclideanDist(PointDouble dt1, PointDouble dt2)voidPointDouble. set(PointDouble td)
-