2014-04-19 15:53:43 +02:00
|
|
|
v.univar
|
2015-07-26 03:48:27 +02:00
|
|
|
Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterVectorLayer|map|Name of input vector map|-1|None|False
|
|
|
|
QgsProcessingParameterString|type|Feature type|point,line,area
|
|
|
|
QgsProcessingParameterField|column|Column name|None|map|-1|False|False
|
|
|
|
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
|
|
QgsProcessingParameterString|percentile|Percentile to calculate|90
|
|
|
|
QgsProcessingParameterBoolean|-g|Print the stats in shell script style|True
|
|
|
|
QgsProcessingParameterBoolean|-e|Calculate extended statistics|False
|
2017-10-22 10:25:09 +02:00
|
|
|
QgsProcessingParameterFileDestination|html|Statistics|Html files (*.html)|report.html|False
|