{ "name": "iqr", "type": "function", "groups": ["Aggregates"], "description": "Returns the calculated inter quartile range from a field or expression.", "arguments": [{ "arg": "expression", "description": "sub expression of field to aggregate" }, { "arg": "group_by", "optional": true, "description": "optional expression to use to group aggregate calculations" }, { "arg": "filter", "optional": true, "description": "optional expression to use to filter features used to calculate aggregate" }], "examples": [{ "expression": "iqr(\"population\",group_by:=\"state\")", "returns": "inter quartile range of population value, grouped by state field" }], "tags": ["field", "quartile", "range", "inter", "calculated", "statistics", "aggregates"] }