Sstep.Smooth.Sonar {NTS} | R Documentation |
Sequential Importance Sampling for A Target with Passive Sonar
Description
This function uses the sequential importance sampling method to deal with a target with passive sonar for smoothing.
Usage
Sstep.Smooth.Sonar(mm, xxt, xxt1, ww, vv, par)
Arguments
mm |
the Monte Carlo sample size |
xxt |
the sample in the last iteration. |
xxt1 |
the sample in the next iteration. |
ww |
the forward filtering weight. |
vv |
the backward smoothing weight. |
par |
a list of parameter values. |
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]