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

Mirrors the [pmiss, phit, pdh] return list of the MATLAB function. More...

#include <line/api/retrieval/retrieval_mva.h>

Public Attributes

std::vector< T > pmiss
 (n) miss ratios pi_{i,0}
Matrix< T > phit
 (h x n) hit ratios pi_{i,j}
Matrix< T > pdh
 ((r+1) x n) delayed-hit probabilities phi_{s,i}, s = 0..r

Detailed Description

template<class T>
struct line::retrieval::RetrievalMvaResult< T >

Mirrors the [pmiss, phit, pdh] return list of the MATLAB function.

Definition at line 53 of file retrieval_mva.h.

Member Data Documentation

◆ pdh

template<class T>
Matrix<T> line::retrieval::RetrievalMvaResult< T >::pdh

((r+1) x n) delayed-hit probabilities phi_{s,i}, s = 0..r

Definition at line 56 of file retrieval_mva.h.

◆ phit

template<class T>
Matrix<T> line::retrieval::RetrievalMvaResult< T >::phit

(h x n) hit ratios pi_{i,j}

Definition at line 55 of file retrieval_mva.h.

◆ pmiss

template<class T>
std::vector<T> line::retrieval::RetrievalMvaResult< T >::pmiss

(n) miss ratios pi_{i,0}

Definition at line 54 of file retrieval_mva.h.


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