View source: R/index_functions.R
index_model | R Documentation |
Parent function to all variations of multilateral calculations that will be applied on each individual window
index_model( st_period, input_data, feature_names = NULL, window_length, index_method, splice_method, matched = FALSE )
st_period |
st period number |
input_data |
input data |
feature_names |
feature names if features included |
window_length |
window length |
index_method |
index method |
splice_method |
splice method |
matched |
Whether to use matched sample or not |
index numbers for given window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.