Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Computes the sample standard deviation of input data."],["Returns a Reducer object for this computation."],["The output is typically named \"stdDev\"."],["This reducer takes no arguments."]]],["The `ee.Reducer.sampleStdDev()` function returns a Reducer to calculate the sample standard deviation of input values. It takes no arguments. The output of this Reducer, when applied, will be named \"stdDev\" where applicable. This function is used to compute the variability or dispersion within a dataset sample.\n"]]