pyspark.RDD.sampleVariance

抽樣。 sampleVariance ( )→NumberOrArray

計算這個抽樣的樣本方差的元素(糾正偏差的估計方差除以N - 1而不是N)。

例子

> > >sc並行化([1,2,3])sampleVariance()1.0