This function trim the sequences of model parameters of a DGP emulator that are generated during the training.
Arguments
- object
an instance of the S3 class
dgp
.- start
the first iteration before which all iterations are trimmed from the sequences.
- end
the last iteration after which all iterations are trimmed from the sequences. Set to
NULL
to keep all iterations after (including)start
. Defaults toNULL
.- thin
the interval between the
start
andend
iterations to thin out the sequences. Defaults to 1.
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
Note
This function is useful when a DGP emulator has been trained and one wants to trim the sequences of model parameters and use the trimmed sequences to generate the point estimates of DGP model parameters for predictions.
The following slots:
loo
andoos
created byvalidate()
; andresults
created bypredict()
inobject
will be removed and not contained in the returned object.