View source: R/forward.prediction.error.R
forward.prediction.error | R Documentation |
Forward prediction error objective for choice of lambda in square error criteria.
forward.prediction.error(times,data,coefs,lik,proc,pars,whichtimes=NULL)
times |
Vector observation times for the data. |
data |
Matrix of observed data values. |
coefs |
Vector giving the current estimate of the coefficients in the spline. |
lik |
|
proc |
|
pars |
Initial values of parameters to be estimated processes. |
whichtimes |
Specifies the start and end times for forward prediction, given by indeces of
If left NULL, |
Forward prediction error can be used to choose values of lambda
in the profiled
estimation routines. The ordinary differential equation is solved starting from the starting
times specified in whichtimes
and measured at the corresponding measurement times. The error is then recorded.
This should then be minimized by a grid search.
The forwards prediction error from the estimates.
ProfileSSE
, outeropt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.