Searched refs:ssd (Results 1 – 2 of 2) sorted by relevance
145 double ssd = 0.0; // sum of squared differences in stdev() local148 ssd += diff * diff; in stdev()151 return Math.sqrt(ssd / size()); in stdev()
128 // Storage options of created GCP instance, e.g. pd-standard, pd-ssd.