par.rtr {funcharts} | R 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 |
delta_d |
The parameter |
delta_v |
The parameter |
delta_c |
The parameter |
Delta |
The parameter |
length_grid_window |
Number of points to be explored in the interval of the band constraint for each point in |
length_grid_owindow |
Number of points to be explored in the interval of the band constraint for each point in |
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 |
Author(s)
F. Centofanti
See Also
Examples
library(funcharts)
par.rtr()