crit.SBQ.Mtest | R Documentation |
Provides critical values for some selected combinations of k and m for the stacked backward CUSUM monitoring procedure with the linear boundary d(r) = 1+2r for different significance levels.
crit.SBQ.Mtest(k, m = Inf, alternative = "two.sided")
k |
Number of regressors and dimension of the CUSUM process |
m |
The length of the relative monitoring period; m = Inf for infinite horizon monitoring (default). |
alternative |
A character string specifying the alternative hypothesis; must be one of "two.sided" (default) or "one.sided". |
A list containing the following components:
critical.values |
A vector of critical values for different significance levels |
m |
The value for the length of the relative monitoring period m. If the critical values for the input value of m is not available, the next higher available value is considered. |
crit.SBQ.Mtest(1,Inf) crit.SBQ.Mtest(3,0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.