Trees | Indices | Help |
|
---|
|
object --+ | Constants
Holds the matrices which define the filter; can be shared among Filter instances.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Nprocess length of the process (X) vector |
|||
Nmeasure length of the measurement (Z) vector |
|||
A process matrix (Nprocess x Nprocess); default is identity matrix |
|||
Q process covariance (Nprocess x Nprocess) |
|||
H process -> measurement matrix (Nmeasure x Nprocess) |
|||
R measurement covariance (Nmeasure x Nmeasure) |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Nprocesslength of the process (X) vector
|
Nmeasurelength of the measurement (Z) vector
|
Aprocess matrix (Nprocess x Nprocess); default is identity matrix
|
Qprocess covariance (Nprocess x Nprocess)
|
Hprocess -> measurement matrix (Nmeasure x Nprocess)
|
Rmeasurement covariance (Nmeasure x Nmeasure)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |