RDD.
stdev
Compute the standard deviation of this RDD’s elements.
Examples
>>> sc.parallelize([1, 2, 3]).stdev() 0.816...
previous
pyspark.RDD.stats
next
pyspark.RDD.subtract