| [ Web Proxy ] |
| Viewing: https://spark.apache.org/docs/latest/api/python/reference/api/../api/pyspark.RDD.sampleStdev.html | [Back] [Original] |
Site Navigation
Site Navigation
Section Navigation
Compute the sample standard deviation of this RDDs elements (which corrects for bias in estimating the standard deviation by dividing by N-1 instead of N).
New in version 0.9.1.
the sample standard deviation of all elements
Examples
>>> sc.parallelize([1, 2, 3]).sampleStdev()
1.0
Copyright @ 2026 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Created using Sphinx 4.5.0.
Built with the PyData Sphinx Theme 0.13.3.
| Web Proxy Viewer | New URL | Original Page |