![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Shared declarations for the empirical trace statistics domain. More...
#include <algorithm>#include <cmath>#include <cstddef>#include <set>#include <vector>#include "line/num/number.h"#include "line/util/error.h"Go to the source code of this file.
Namespaces | |
| namespace | line |
| namespace | line::trace |
Shared declarations for the empirical trace statistics domain.
Templated port of the kpctoolbox trace primitives (matlab/lib/kpctoolbox/trace/, matlab/lib/m3a/m3a/mtrace/) and of jar/src/main/java/jline/api/trace/.
CONVENTIONS
ARITHMETIC Sample moments, autocovariances, class-transition frequencies, counting processes and order statistics are sums, products and divisions of the data, so the whole of this domain except trace_skew, trace_summary and trace_gamma's residual comparison is a field computation and is instantiated for double, Rational and Real50. Only the functions that take a square root (skewness normalization, standard deviations in the summary) carry a has_transcendental static_assert.
Definition in file trace_types.h.