![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Outcome of the long-tail hyperexponential fit. More...
#include <line/api/mam/hyperexp_fit_longtail.h>
Public Attributes | |
| std::vector< T > | p |
| mixing probabilities, summing to 1 | |
| std::vector< T > | lambda |
| rates, increasing | |
| std::vector< T > | points |
| the fitting arguments c_i | |
| T | mean |
| mean of the fitted law | |
| T | targetMean |
| mean of the original law over the covered range | |
| T | coverageLow |
| c_k, the smallest constrained argument | |
| T | coverageHigh |
| b c_1, the largest | |
| T | maxRelError |
| worst relative error at the fitting arguments | |
| T | maxRelErrorGrid |
| worst relative error on a log grid across the coverage | |
Outcome of the long-tail hyperexponential fit.
Definition at line 57 of file hyperexp_fit_longtail.h.
| T line::mam::HyperexpLongtailResult< T >::coverageHigh |
b c_1, the largest
Definition at line 64 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| T line::mam::HyperexpLongtailResult< T >::coverageLow |
c_k, the smallest constrained argument
Definition at line 63 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| std::vector<T> line::mam::HyperexpLongtailResult< T >::lambda |
rates, increasing
Definition at line 59 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| T line::mam::HyperexpLongtailResult< T >::maxRelError |
worst relative error at the fitting arguments
Definition at line 65 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| T line::mam::HyperexpLongtailResult< T >::maxRelErrorGrid |
worst relative error on a log grid across the coverage
Definition at line 66 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| T line::mam::HyperexpLongtailResult< T >::mean |
mean of the fitted law
Definition at line 61 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| std::vector<T> line::mam::HyperexpLongtailResult< T >::p |
mixing probabilities, summing to 1
Definition at line 58 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| std::vector<T> line::mam::HyperexpLongtailResult< T >::points |
the fitting arguments c_i
Definition at line 60 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().
| T line::mam::HyperexpLongtailResult< T >::targetMean |
mean of the original law over the covered range
Definition at line 62 of file hyperexp_fit_longtail.h.
Referenced by line::mam::hyperexp_fit_longtail_k().