Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
calc_spatial_lag [2011/07/26 18:52] hermann created |
calc_spatial_lag [2015/10/11 23:51] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | P Lag | [[Double Type|Double ]] | pLag is the autoregressive coefficient. | | + | | P Lag | [[Real Value Type]] | pLag is the autoregressive coefficient. | |
| - | | W Neighborhoods | [[Neighborhood Table Type|Neighborhood Table ]] | The neighborhood matrix. | | + | | W Neighborhoods | [[Neighborhood Table Type]] | The neighborhood matrix. | |
| - | | X1 | [[Lookup Table Type|Lookup Table ]] | x1 is the autoregressive term. When y is not known, x1 is used instead. In this case, a lookup table with same number of records and values equal to zero must be reported. | | + | | X1 | [[Lookup Table Type]] | x1 is the autoregressive term. When y is not known, x1 is used instead. In this case, a lookup table with same number of records and values equal to zero must be reported. | |
| - | | B Coefficients | [[Lookup Table Type|Lookup Table ]] | Coefficients for independent variables x2, x3, x4... xn. | | + | | B Coefficients | [[Lookup Table Type]] | Coefficients for independent variables x2, x3, x4... xn. | |
| - | | E Error | [[Double Type|Double ]] | Regression random error term. | | + | | E Error | [[Real Value Type]] | Regression random error term. | |
| ===== Output ===== | ===== Output ===== | ||