sampleStdev

inline fun <T : Number> JavaRDD<T>.sampleStdev(): Double

Compute the sample standard deviation of this RDD's elements (which corrects for bias in estimating the standard deviation by dividing by N-1 instead of N).