Description Usage Arguments Details Value References Examples
Computes the ML estimators for the PFC model
1 | MLE(X,Fy,d)
|
X |
vector of response variables in the inverse model, n x p matrix, each row is a response vector |
Fy |
vector of covariates in the inverse problem, vector containing functions of the response variable in the original multiple regression problem. Is a n x r matrix, each row is the corresponding response vector |
d |
number indicating the reduction subspace dimension |
We consider the Principal Fitted Components (PFC) model given by X = μ + Γβ f(y) +Δ1/2ε, where the variables are
y is an observed response variable of the original model. f is a known vector valued function, that takes values in Rr
X is the correspondent p x 1 observed covariates vector
ε is unobserved p dimensional vector, Δ1/2ε is the error vector
and the unknown parameters (to be estimated) are
μ a p x 1 vector of intercepts
Γ is a full-rank p x d matrix whose columns span the dimension reduction subspace
β is a full-rank d x r matrix
cov(ε) = Δ, is a p x p positive definite matrix
Both coefficient matrices Γ and β are not unique, but their product p x r matrix is unique, with rank d
≤ min(p,r). The notation refers to Cook and Forzani (2008).
List with the following components
mu |
MLE estimation of the term μ in the PFC model |
beta |
MLE estimation of the parameter β in the PFC model |
gamma |
MLE estimation of the parameter Γ in the PFC model |
delta |
MLE estimation of the covariance matrix Δ in the PFC model |
Cook, R. D. and Forzani, L. (2008). Principal Fitted components for dimension reduction in regression. Statistical Science, 23(4):485-501.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.