rl_density: Plot density estimates of the run lengths

Description Usage Arguments

Description

WARNING: Before running this function your must either have run run_TEP_sim yourself, or have downloaded the results/ and thresholds/ directories from https://github.com/Tveten/tdpcaTEP and put them in your working directory.

Usage

1
2
3
rl_density(lag, fault_nr, keep_names = NULL,
  change_distr = c("semisparse_uniform", "semisparse_sd_only",
  "semisparse_mean_only"), xlim = c(50, 300))

Arguments

lag

The lag used in TDPCA.

fault_nr

A number between 1 and 20 indicating the fault number.

keep_names

A vector of names indicating which methods should be kept for display (for internal use).

change_distr

Which change distributions TDPCA to show results for (see ?tpca::tpca).

xlim

A vector with lower and upper bounds for the x-axis.


Tveten/tdpcaTEP documentation built on June 4, 2019, 8:49 a.m.