add description of 'standardized' output

This commit is contained in:
Andy Eschbacher
2017-09-05 08:42:00 -04:00
parent ce5d1f9e86
commit b9d739327f

View File

@@ -102,7 +102,7 @@ A table with the following columns.
| quads | TEXT | Classification of geometry. Result is one of 'HH' (a high value with neighbors high on average), 'LL' (opposite of 'HH'), 'HL' (a high value surrounded by lows on average), and 'LH' (opposite of 'HL'). Null values are returned when nulls exist in the original data. |
| significance | NUMERIC | The statistical significance (from 0 to 1) of a cluster or outlier classification. Lower numbers are more significant. |
| rowid | INT | Row id of the values which correspond to the input rows. |
| vals | NUMERIC | Values from `'column_name'`. |
| vals | NUMERIC | Values from `'column_name'` that are standardized (centered on the mean and normalized by the standard deviation). This is carried out by [`Assuncao Rate`](https://github.com/pysal/pysal/blob/b18652a8e4d51e114de1345d55e754556fc41895/pysal/esda/smoothing.py#L505-L554) in the PySAL library. |
#### Example Usage