Description Usage Arguments Value
Find the spatio-temporal cluster estimate in the simple linear regression for given potential centroids.
1 2 3 4 5 6 7 8 9 10 11 12 13 | MLC.CDL2.ID.SL.ST(
yList,
xList,
cdataL,
sum_x1L,
sum_x2L,
cs.xxL.L,
ID,
overlap,
Time,
N,
p
)
|
yList |
The input data (as a list of vectors). |
xList |
The input data (as a list of vectors). |
cdataL |
Pre-defined cdata list which is from |
sum_x1L |
List of pre-computed ∑ x_i. |
sum_x2L |
List of pre-computed ∑ x_i^2. |
cs.xxL.L |
List of pre-computed |
ID |
Indices for potential centroids. |
overlap |
Boolean which is |
Time |
Number of time periods. |
N |
Number of centroids (subregions). |
p |
Number of dimensions of original XList. |
Most likely cluster (defined by center and radius) and SSE (error sum of squares).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.