SISstep.fading {NTS} | R Documentation |
Sequential Importance Sampling Step for Fading Channels
Description
This function implements one step of the sequential importance sampling method for fading channels.
Usage
SISstep.fading(mm, xx, logww, yyy, par, xdim2, ydim)
Arguments
mm |
the Monte Carlo sample size |
xx |
the sample in the last iteration. |
logww |
the log weight in the last iteration. |
yyy |
the observations with |
par |
a list of parameter values. |
xdim2 |
the dimension of the state variable |
ydim |
the dimension of the observation |
Value
The function returns a list with the following components:
xx |
the new sample. |
logww |
the log weights. |
References
Tsay, R. and Chen, R. (2018). Nonlinear Time Series Analysis. John Wiley & Sons, New Jersey.
[Package NTS version 1.1.3 Index]