rust_rodionov {rshift}R Documentation

Calculate STARS RSI points and return to R as a vector

Description

Calculate STARS RSI points and return to R as a vector

Usage

rust_rodionov(vals, t_crit, l)

Arguments

vals

The column we are measuring change on

t_crit

The critical value of a t-distribution at the desired p-value

l

The cut-off length of a regime; affects sensitivity


[Package rshift version 3.0.0 Index]