par.rtr | R Documentation |
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
)
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 |
F. Centofanti
FRTM_PhaseI
library(funcharts)
par.rtr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.