par.rtr: Setting real-time registration step defaults

View source: R/FRTM.R

par.rtrR Documentation

Setting real-time registration step defaults

Description

This is an internal function of package FRTM which allows controlling the parameters to implement real-time registration step in the FRTM method.

Usage

par.rtr(
  seq_x = NULL,
  delta_d = 0.05,
  delta_v = 0.03,
  delta_c = 0.04,
  Delta = 0.1,
  length_grid_window = 10,
  length_grid_owindow = 20,
  eval_seq_der = seq(0.02, 0.1, length.out = 10),
  perc_basis_x_reg = 0.3
)

Arguments

seq_x

Discretized sequence in the monitoring domain \mathcal{D}_{m}.

delta_d

The parameter \delta_{d} in the adaptive band constraint calculation.

delta_v

The parameter \delta_{v} in the adaptive band constraint calculation.

delta_c

The parameter \delta_{c} in the adaptive band constraint calculation.

Delta

The parameter \Delta in the adaptive band constraint calculation.

length_grid_window

Number of points to be explored in the interval of the band constraint for each point in \mathcal{D}_{m} when the adaptive band constraint is considered.

length_grid_owindow

Number of points to be explored in the interval of the band constraint for each point in \mathcal{D}_{m} when the original band constraint is considered.

eval_seq_der

If multiplied by the template domain range, the distances from the domain right boundaries over which are calculated the first derivative to mitigate the effects of possible estimation errors in the adaptive band constraint calculation.

perc_basis_x_reg

Multiplied by the number of observed discrete points, it is the number of basis functions used in the real-time registration step for each time point. This latter number cannot be grater than n_basis_xall.

Author(s)

F. Centofanti

See Also

FRTM_PhaseI

Examples

library(funcharts)
par.rtr()


funcharts documentation built on April 3, 2025, 7:47 p.m.