nldat | R Documentation |
Function computes the break dates of a partial structural change model with pre-specified number of breaks m. The procedure is iterations of recursive computations of SSR and finding the m optimal global minimizers
nldat(y, z, x, h, m, p, q, bigT, fixb, eps, maxi, betaini, printd)
y |
time-series observations of dependent variable |
z |
matrix of regressors which coefficients are allowed to change across regimes |
x |
matrix of regressors which coefficients are constant across regime |
p |
number of |
q |
number of |
bigT |
the sample size T |
fixb |
option to use initial β If |
eps |
Convergence criterion |
betaini |
initial beta values. Required when use with option |
printd |
option to print output from iterated estimations. If |
A list containing the following components:
glb |
minimum global SSR |
datevec |
Vector of dates (optimal minimizers) |
bigvec |
Associated SSRs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.