LG_shiny: Shiny app for a local Gaussian inspection of time series

View source: R/LG_shiny.R

LG_shinyR Documentation

Shiny app for a local Gaussian inspection of time series

Description

This function opens a shiny-application, which enables an interactive inspection of the estimated local Gaussian (auto- and cross-) correlations.

Usage

LG_shiny(main_dir, data_dir = NULL, default_type = "par_five")

Arguments

main_dir

The path to the main directory, that contains the file-hierarchy created when using the local Gassian approach for the investigation of time series.

data_dir

The directory containing the data of interest. When this argument is NULL, then the investigation starts at the top level without attempting to select a particular part of the file-hierarchy.

default_type

Specifies whether "par_five" or "par_one" will be used, i.e. if the local Gaussian auto-correlation should be based on an approximation based on five or one parameters. This argument will be ignored when only one alternative is present.

Details

The shiny-investigation has access to all the data stored in the main_dir folder, i.e. it reads the complete file-hierarchy stored in the local info-file.

Value

An interactive shiny application will be loaded (if data_dir points to a relevant directory containing the desired data).


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.