[[["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 2023-10-06 UTC."],[[["`aggregate_total_var` calculates the total variance of a specified property across all features within a FeatureCollection."],["It takes the FeatureCollection and the property name as input and returns a numerical value representing the total variance."],["This function is useful for understanding the dispersion or spread of a property's values within a dataset."],["The example demonstrates calculating the total variance of power plant capacities in Belgium using a publicly available dataset."]]],["The `aggregate_total_var` function calculates the total variance of a specified property across a FeatureCollection. It takes a FeatureCollection and a property name as input. The function then computes the total variance of the property's values for all objects within the collection. The output is a numerical value representing this total variance. For instance, the example demonstrates calculating the total variance of power plant capacities in Belgium using this method.\n"]]