Description Usage Arguments Value Examples
Take a random sample (of size sample_size
)
of the rows of m
, then fit an AR model to
each row in the sample, using
AIC to determine the optimal order.
Return the largest order across all sampled
rows.
1 | choose_order(m, sample_size = 1000L)
|
m |
A matrix. |
sample_size |
An integer smaller than
|
An integer.
1 2 3 | filepath <- system.file("extdata", "MG_CC_sub_norm_testclip.tif", package="rsar")
m <- load_SAR_matrix(filepath)
order <- choose_order(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.