Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Series.h File Reference

Simple one-dimensional data container with basic statistics. More...

#include <string>
#include <vector>
#include <iostream>
#include <algorithm>
#include <cmath>
#include <memory>
#include "Series.tpp"
Include dependency graph for Series.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Series< T >
 Generic one-dimensional container of values with optional string index. More...
 

Detailed Description

Simple one-dimensional data container with basic statistics.

This header defines a templated Series type that behaves similarly to a minimal 1D column:

  • it stores values of type T,
  • optionally associates a string index with each value,
  • exposes convenience methods for statistics (min, max, mean, stddev, quartiles).

Definition in file Series.h.