[[["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 variance of input data."],["Returns a Reducer object for this computation."],["Output is typically named \"variance\"."],["This reducer doesn't require any arguments."]]],["The `ee.Reducer.sampleVariance()` function returns a Reducer. This Reducer calculates the sample variance of input data. It operates without requiring any arguments. The output from this Reducer, when applied, is labeled \"variance\" where possible, providing a measure of the data's dispersion. This function is used to compute variance across samples.\n"]]