Searched defs:xValues (Results 1 – 3 of 3) sorted by relevance
469 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf()478 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator()493 List<Double> xValues, List<Double> yValues, int partitionSize) { in createPartitionedFilledPairedStatsAccumulator()
499 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf()508 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator()523 List<Double> xValues, List<Double> yValues, int partitionSize) { in createPartitionedFilledPairedStatsAccumulator()
86 public void transformPoints(float[] xValues, float[] yValues) { in transformPoints()