show.particle.est {FastGaSP} | R Documentation |
Show method for particle estimation class
Description
Display method for objects of class particle.est
, which prints a summary of the estimated parameters for the particle interaction model.
Usage
## S4 method for signature 'particle.est'
show(object)
Arguments
object |
An object of class |
Details
This method displays essential information about the estimated model parameters, including:
Data type (simulation or experiment)
Model type (for simulation data only)
Dimension of output space
Estimated parameters:
beta parameters (inverse range)
tau parameters (variance-noise ratio)
interaction radius
References
Fang, X., & Gu, M. (2024). The inverse Kalman filter. arXiv:2407.10089.
See Also
particle.est-class
for details of the particle estimation class
[Package FastGaSP version 0.6.1 Index]