![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The weighted empirical law of a metric, sorted ascending; MATLAB's EmpiricalCDF. More...
#include <line/solvers/uq/solver_uq.h>
Public Attributes | |
| std::vector< T > | values |
| the metric at each design point, ascending | |
| std::vector< T > | probabilities |
| the weight of each value, in the same order | |
| std::vector< T > | cdf |
| the running sum of probabilities | |
The weighted empirical law of a metric, sorted ascending; MATLAB's EmpiricalCDF.
Definition at line 646 of file solver_uq.h.
| std::vector<T> line::uq::UqEmpiricalCdf< T >::cdf |
the running sum of probabilities
Definition at line 649 of file solver_uq.h.
Referenced by line::uq::uq_credible_interval(), and line::uq::uq_posterior_cdf().
| std::vector<T> line::uq::UqEmpiricalCdf< T >::probabilities |
the weight of each value, in the same order
Definition at line 648 of file solver_uq.h.
Referenced by line::uq::uq_credible_interval(), and line::uq::uq_posterior_cdf().
| std::vector<T> line::uq::UqEmpiricalCdf< T >::values |
the metric at each design point, ascending
Definition at line 647 of file solver_uq.h.
Referenced by line::uq::uq_credible_interval(), and line::uq::uq_posterior_cdf().