#include <StochasticModel.hpp>
Inheritance diagram for StochasticModel:

It computes the elements of Phi and Q matrices corresponding to a constant stochastic model.
Definition at line 55 of file StochasticModel.hpp.
Public Member Functions | |
| StochasticModel () | |
| Default constructor. | |
| virtual double | getPhi () |
| Get element of the state transition matrix Phi. | |
| virtual double | getQ () |
| Get element of the process noise matrix Q. | |
| virtual void | Prepare (const SatID &sat, gnssSatTypeValue &gData) |
| This method provides the stochastic model with all the available information and takes appropriate actions. | |
| virtual void | Prepare (const SatID &sat, gnssRinex &gData) |
| This method provides the stochastic model with all the available information and takes appropriate actions. | |
| virtual | ~StochasticModel () |
| Destructor. | |
|
|
Default constructor.
Definition at line 60 of file StochasticModel.hpp. |
|
|
Destructor.
Definition at line 100 of file StochasticModel.hpp. |
|
|
Get element of the state transition matrix Phi.
Reimplemented in WhiteNoiseModel, and PhaseAmbiguityModel. Definition at line 64 of file StochasticModel.hpp. |
|
|
Get element of the process noise matrix Q.
Reimplemented in RandomWalkModel, WhiteNoiseModel, PhaseAmbiguityModel, and TropoRandomWalkModel. Definition at line 69 of file StochasticModel.hpp. |
|
||||||||||||
|
This method provides the stochastic model with all the available information and takes appropriate actions. By default, it does nothing.
Reimplemented in RandomWalkModel, PhaseAmbiguityModel, and TropoRandomWalkModel. Definition at line 94 of file StochasticModel.hpp. |
|
||||||||||||
|
This method provides the stochastic model with all the available information and takes appropriate actions. By default, it does nothing.
Reimplemented in RandomWalkModel, PhaseAmbiguityModel, and TropoRandomWalkModel. Definition at line 81 of file StochasticModel.hpp. |
1.3.9.1