parti | R Documentation |
Function calculates the optimal one break partition for a segment starting from start to last. The possible range of the break is within [b_{last},b_{end}] based on the vector of recursive SSR of the model
parti(start, b_start, b_end, last, bigvec, bigT)
start |
start date index of the segment |
b_start |
first possible break date |
b_end |
last possible breakdate |
last |
end date index of the segment |
bigT |
sample period T |
A list containing the following components:
ssrmin |
associated SSR of optimal break |
dx |
optimal date (global minimizer) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.