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

Outcome of the KS test. More...

#include <line/api/infer/infer_nhpp_ks.h>

Collaboration diagram for line::infer::NhppKsResult< T >:

Public Attributes

statistic
 the KS distance
pvalue
 asymptotic p-value
std::size_t n = 0
 number of arrivals used
std::vector< T > uniforms
 after the conditional-uniform transformation
std::vector< T > transformed
 after the Durbin step, for the Lewis test

Detailed Description

template<class T>
struct line::infer::NhppKsResult< T >

Outcome of the KS test.

Definition at line 56 of file infer_nhpp_ks.h.

Member Data Documentation

◆ n

template<class T>
std::size_t line::infer::NhppKsResult< T >::n = 0

number of arrivals used

Definition at line 59 of file infer_nhpp_ks.h.

Referenced by line::infer::infer_nhpp_ks().

◆ pvalue

template<class T>
T line::infer::NhppKsResult< T >::pvalue

asymptotic p-value

Definition at line 58 of file infer_nhpp_ks.h.

Referenced by line::infer::infer_nhpp_ks().

◆ statistic

template<class T>
T line::infer::NhppKsResult< T >::statistic

the KS distance

Definition at line 57 of file infer_nhpp_ks.h.

Referenced by line::infer::infer_nhpp_ks().

◆ transformed

template<class T>
std::vector<T> line::infer::NhppKsResult< T >::transformed

after the Durbin step, for the Lewis test

Definition at line 61 of file infer_nhpp_ks.h.

Referenced by line::infer::infer_nhpp_ks().

◆ uniforms

template<class T>
std::vector<T> line::infer::NhppKsResult< T >::uniforms

after the conditional-uniform transformation

Definition at line 60 of file infer_nhpp_ks.h.

Referenced by line::infer::infer_nhpp_ks().


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