Factor regression model

From HandWiki

Within statistical factor analysis, the factor regression model,[1] or hybrid factor model,[2] is a special multivariate model with the following form:

𝐲n=𝐀𝐱n+𝐁𝐳n+𝐜+𝐞n

where,

𝐲n is the n-th G×1 (known) observation.
𝐱n is the n-th sample Lx (unknown) hidden factors.
𝐀 is the (unknown) loading matrix of the hidden factors.
𝐳n is the n-th sample Lz (known) design factors.
𝐁 is the (unknown) regression coefficients of the design factors.
𝐜 is a vector of (unknown) constant term or intercept.
𝐞n is a vector of (unknown) errors, often white Gaussian noise.

Relationship between factor regression model, factor model and regression model

The factor regression model can be viewed as a combination of factor analysis model (𝐲n=𝐀𝐱n+𝐜+𝐞n) and regression model (𝐲n=𝐁𝐳n+𝐜+𝐞n).

Alternatively, the model can be viewed as a special kind of factor model, the hybrid factor model [2]

𝐲n=𝐀𝐱n+𝐁𝐳n+𝐜+𝐞n=[𝐀𝐁][𝐱n𝐳n]+𝐜+𝐞n=𝐃𝐟n+𝐜+𝐞n

where, 𝐃=[𝐀𝐁] is the loading matrix of the hybrid factor model and 𝐟n=[𝐱n𝐳n] are the factors, including the known factors and unknown factors.

Software

Open source software to perform factor regression is available.

References