LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::HyperexpLongtailResult< T > Struct Template Reference

Outcome of the long-tail hyperexponential fit. More...

#include <line/api/mam/hyperexp_fit_longtail.h>

Collaboration diagram for line::mam::HyperexpLongtailResult< T >:

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
mean
 mean of the fitted law
targetMean
 mean of the original law over the covered range
coverageLow
 c_k, the smallest constrained argument
coverageHigh
 b c_1, the largest
maxRelError
 worst relative error at the fitting arguments
maxRelErrorGrid
 worst relative error on a log grid across the coverage

Detailed Description

template<class T>
struct line::mam::HyperexpLongtailResult< T >

Outcome of the long-tail hyperexponential fit.

Definition at line 57 of file hyperexp_fit_longtail.h.

Member Data Documentation

◆ coverageHigh

template<class T>
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().

◆ coverageLow

template<class T>
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().

◆ lambda

template<class T>
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().

◆ maxRelError

template<class T>
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().

◆ maxRelErrorGrid

template<class T>
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().

◆ mean

template<class T>
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().

◆ p

template<class T>
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().

◆ points

template<class T>
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().

◆ targetMean

template<class T>
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().


The documentation for this struct was generated from the following file: