sampleVariance

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

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