partione | R Documentation |
Function calculates an optimal one break partitions for a segment that starts at date start and ends at date last. It returns the optimal break and the associated SSR. Procedure used with the sequential method when the T*(T+1)/2 vector of SSR is not computed.
partione(b1, b2, last, vssr, vssrev)
last |
end of segment considered |
vssr |
minimum SSRs of associated break date |
vssrev |
recursive SSRs of the model |
b_start |
first possible break date |
b_end |
last possible break date |
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.