![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
MATLAB's OPTIONS struct, with the same defaults infer_lqn_optget supplies. More...
#include <line/api/infer/infer_lqn_ekf.h>
Public Attributes | |
| double | fd_step = 1e-3 |
| relative finite-difference step | |
| double | fd_floor = 1e-6 |
| minimum absolute perturbation scale | |
| bool | clamp_positive = true |
| clamp each estimate to at least fd_floor | |
| std::vector< T > | a_true |
| ground truth for Ea, empty for none | |
MATLAB's OPTIONS struct, with the same defaults infer_lqn_optget supplies.
Definition at line 76 of file infer_lqn_ekf.h.
| std::vector<T> line::infer::EkfOptions< T >::a_true |
ground truth for Ea, empty for none
Definition at line 80 of file infer_lqn_ekf.h.
Referenced by line::infer::infer_lqn().
| bool line::infer::EkfOptions< T >::clamp_positive = true |
clamp each estimate to at least fd_floor
Definition at line 79 of file infer_lqn_ekf.h.
Referenced by line::infer::infer_lqn().
| double line::infer::EkfOptions< T >::fd_floor = 1e-6 |
minimum absolute perturbation scale
Definition at line 78 of file infer_lqn_ekf.h.
Referenced by line::infer::infer_lqn().
| double line::infer::EkfOptions< T >::fd_step = 1e-3 |
relative finite-difference step
Definition at line 77 of file infer_lqn_ekf.h.
Referenced by line::infer::infer_lqn().