Usage
MCMCpanic10(x, nfac, k1, jj, demean = FALSE, burn = 1000, mcmc = 10000, thin = 10,
verbose = 0, seed = NA, lambda.start = NA, psi.start = NA, l0 = 0, L0 = 0,
a0 = 0.001, b0 = 0.001, std.var = TRUE)
Arguments
x
A NxT matrix containing the data
nfac
An integer specifying the maximum number of factors allowed
while estimating the factor model.
k1
The maximum lag allowed in the ADF test.
jj
an Integer 1 through 8. Choices 1 through 7 are respectively, IC(1),
IC(2), IC(3), AIC(1), BIC(1), AIC(3), and BIC(3), respectively. Choosing 8
makes the number of factors equal to the number of columns whose sum of
eigenvalues is less than or equal t
demean
logical argument. If TRUE, function performs tests on demeaned
data. If FALSE, uses non-demeanded data generating process.
burn
The number of burn in iterators for the sampler
mcmc
The number of iterations in the sampler
thin
The thinning interval used in the simulation. mcmc must be divisible by this value.
verbose
A positive integer which determines whether or not the progress of the
sampler is printed to the screen. If verbose is greater than 0 the iteration
number and the factor loadings and uniqueness are printed to the screen
every verboseth iteration.
seed
The seed for the random number generator.
lambda.start
Starting values for the factor loading matrix Lambda.
psi.start
Starting values for the uniqueness
l0
The means of the independent Normal prior on the factor loadings
L0
A scalar or a matrix with the same dimensions as lambda. The precision (inverse variances)
of the independent Normal prior on the factor loadings.
a0
scalar or a k-vector. Controls the shape of the inverse Gamma prior on the uniqueness.
b0
Controls the scale of the inverse Gamma prior on the uniqueness.
std.var
if TRUE the variables are rescaled to have zero mean and unit variance.
Otherwise, the variables are rescaled to have zero mean, but retain their observed variances