This is an internal function of package FRTM
which allows controlling the parameters to implement real-time registration step in the FRTM method.
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
)
Discretized sequence in the monitoring domain \(\mathcal{D}_{m}\).
The parameter \(\delta_{d}\) in the adaptive band constraint calculation.
The parameter \(\delta_{v}\) in the adaptive band constraint calculation.
The parameter \(\delta_{c}\) in the adaptive band constraint calculation.
The parameter \(\Delta\) in the adaptive band constraint calculation.
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.
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.
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.
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
.
F. Centofanti
FRTM_PhaseI