SISstep.fading | R Documentation |
This function implements one step of the sequential importance sampling method for fading channels.
SISstep.fading(mm, xx, logww, yyy, par, xdim2, ydim)
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 |
The function returns a list with the following components:
xx |
the new sample. |
logww |
the log weights. |
Tsay, R. and Chen, R. (2018). Nonlinear Time Series Analysis. John Wiley & Sons, New Jersey.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.