Track
class Track(s:Integer, θ:Global) < Model
Single object model.
- s: The starting time of the track.
- θ: The global parameters.
Member Variables
Name | Description |
---|---|
s:Integer | Starting time of this track. |
θ:Global | Parameters. |
x:Tape<Random<Real[_]>> | Hidden states. |
y:Tape<Random<Real[_]>> | Observations. |