mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
12 lines
559 B
Plaintext
12 lines
559 B
Plaintext
v.univar
|
|
v.univar - Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
|
|
Vector (v.*)
|
|
ParameterVector|map|Name of input vector map|-1|False
|
|
ParameterString|type|Feature type|point,line,area
|
|
ParameterTableField|column|Column name|map
|
|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
ParameterString|percentile|Percentile to calculate|90
|
|
ParameterBoolean|-g|Print the stats in shell script style|True
|
|
ParameterBoolean|-e|Calculate extended statistics|False
|
|
|