index_model: Index model

View source: R/index_functions.R

index_modelR Documentation

Index model

Description

Parent function to all variations of multilateral calculations that will be applied on each individual window

Usage

index_model(
  st_period,
  input_data,
  feature_names = NULL,
  window_length,
  index_method,
  splice_method,
  matched = FALSE
)

Arguments

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

Value

index numbers for given window


multilateral documentation built on April 20, 2022, 9:06 a.m.