Coprediction
What does copredict
do in explore mode?
Imagine that we use the command:
This will first do a normal
operation, then it will perform a second set of copredictions.
This brings in a second time series \(c\), and specifies that the predictions made in copredict mode should be stored in the Stata variable named out
.
For the following, let's first set the general manifold parameters.
Choose the number of observations
Choose a value for \(E\)
Choose a value for \(\tau\)
In coprediction mode, the training set will include the entirety of the \(M_a\) manifold and its projections:
In copredict mode the most significant difference is that we change \(\mathscr{P}\) to be the \(M_c\) manifold for the \(c\) time series and \(\mathbf{y}_{\mathscr{P}}\) to:
The rest of the simplex procedure is the same as before:
What does copredict
do in xmap mode?
Imagine that we use the command:
Now we combine three different time series to create the predictions in the out
Stata variable.
In this case, the training set contains all the points in \(M_a\):
The main change in coprediction is the prediction set and the targets are based on the new \(c\) time series:
Finally, the simplex prediction steps are the same, with: