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


Definition at line 233 of file StochasticModel.hpp.
Public Member Functions | |
| WhiteNoiseModel (double sigma=300000.0) | |
| Common constructor. | |
| virtual WhiteNoiseModel & | setSigma (double sigma) |
| Set the value of white noise sigma. | |
| virtual double | getPhi () |
| Get element of the state transition matrix Phi. | |
| virtual double | getQ () |
| Get element of the process noise matrix Q. | |
| virtual | ~WhiteNoiseModel () |
| Destructor. | |
|
|
Common constructor.
Definition at line 243 of file StochasticModel.hpp. |
|
|
Destructor.
Definition at line 263 of file StochasticModel.hpp. |
|
|
Get element of the state transition matrix Phi.
Reimplemented from StochasticModel. Definition at line 253 of file StochasticModel.hpp. |
|
|
Get element of the process noise matrix Q.
Reimplemented from StochasticModel. Definition at line 258 of file StochasticModel.hpp. |
|
|
Set the value of white noise sigma.
Definition at line 248 of file StochasticModel.hpp. Referenced by GeneralEquations::init(), and SolverPPP::setKinematic(). |
1.3.9.1