| MDF.multiple | R Documentation | 
MDF procedure for multiple unknown breaks.
MDF.multiple(
  y,
  const = FALSE,
  breaks = 1,
  breaks.star = 1,
  trim = 0.15,
  ZA = FALSE
)
| y | A time series of interest. | 
| const | Whether the constant term should be included. | 
| breaks | Number of breaks. | 
| breaks.star | Number of breaks got from the Kejrival-Perron procedure. | 
| trim | Trimming value for a possible break date bounds. | 
| ZA | Whether ZA variant should be used. | 
The code provided is the original Ox code by Skrobotov (2018) ported to R.
A list of sublists each containing
 The value of statistic: MDF-GLS, MDF-OLS,
 The asymptotic critical values.
UR values are included as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.