apc | R Documentation |
apc
estimates the factor model of a given balanced panel data.
apc(X, kmax)
X |
a matrix of size T by N. |
kmax |
integer, indicating the maximum number of factors. |
a list of elements:
X |
the original data |
kmax |
the maximum number of factors |
Fhat |
estimated F |
Lamhat |
estimated Lambda |
Chat |
equals Fhat x Lamhat' |
Dhat |
estimated diagonal matrix D, of dim kmax by kmax |
d |
first kmax elements of Dhat |
d0 |
diagonal elements of Dhat |
ehat |
equals X - Chat |
Yankang (Bennie) Chen <yankang.chen@yale.edu>
Serena Ng <serena.ng@columbia.edu>
Jushan Bai <jushan.bai@columbia.edu>
Jushan Bai and Serena Ng (2002), Determining the number of factors in approximate factor models. https://doi.org/10.1111/1468-0262.00273
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.