Description Usage Arguments Value References
View source: R/parameter_estimate.R
Esimate both the functiona and scalar parameterzs.
1 | parameter_estimate(y, x, z, lambda_s, lambda_u, bd, order_1, order_2, breaks, pois_par, grid)
|
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 |
lambda_s |
the tuning parameter in the |
lambda_u |
the tuning parameter in the |
bd |
the bandwidth of the kernel function. |
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 |
gamma_est |
estimates of the salcar parameters. |
b_est |
estimates of the B-splines coefficients. |
beta_est |
estimate of the functional parameter. |
gamma_stat |
Statistic with respect to testing the nullity of the scalar parameters. |
b_stat |
Statistic with respect to testing the nullity of the functional parameter. |
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.