Searched defs:std (Results 1 – 1 of 1) sorted by relevance
32 public static double std(double[] data) { in std() method in Util33 StandardDeviation std = new StandardDeviation(); in std() local