Description Usage Arguments Value References Examples
Generates samples following the Principal Fitted Components model with r = 2, d = 1 and covariance matrix σ2 times the p x p identity matrix (for more details see Bergesio et al. (2020)). The simulated model has covariate Fy = (y,y2)t, where y has uniform distribution in the (0,4) interval.
1 | generate(p, n, mutrue, gammatrue, betatrue, sigmatrue)
|
p |
dimension of the response vector in the inverse model |
n |
size of the sample required |
mutrue |
vector of dimension p with the true value of parameter μ |
gammatrue |
matrix p x d with the true value of parameter Γ |
betatrue |
matrix d x r, with d=1, containing the true value of the parameter β |
sigmatrue |
constant standard deviation of the error term |
List with the following components
X |
n x p matrix, each row is a response vector |
Fy |
n x r matrix, each row is the corresponding covariate vector |
Bergesio, A., Szretter Noste, M. E. and Yohai, V. J. (2020). A robust proposal of estimation for the sufficient dimension reduction problem
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.