Description Usage Arguments Value References
View source: R/tuning_parameter_selection.R
Select the tuning parameters via the roughly estimated mean square errors and do estimation, prediction as well as hypothesis testing with the selected tuning parameters.
1 | tuning_parameter_selection( lambda_range, h_range, y, x, z, order_1, order_2, breaks, pois_par, grid)
|
lambda_range |
a vector of the tuning parameter lambda. |
h_range |
a vector of the bandwidth. |
y |
a list of the response with the elements |
x |
a list of the functional covariate with the elements |
z |
a list of the scalar covariate with the elements |
order_1 |
order of the B-splines in the |
order_2 |
order of the B-splines in the |
breaks |
knots of the B-splines. |
pois_par |
intensity of the Possion distribution when generating the time points of the functional parameter. |
grid |
observation points in the |
final_lambda |
The seleted roughness penality tuning parameter. |
final_bd |
The selected bandwidth. |
see the paper "Generalized functional partial varying-coefficient model".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.