physt.examples package

Module contents

A set of examples used for demonstrating the physt capabilities / in tests.

physt.examples.fist() → physt.histogram1d.Histogram1D

A simple histogram in the shape of a fist.

physt.examples.normal_h1(size: int = 10000, mean: float = 0, sigma: float = 1) → physt.histogram1d.Histogram1D

A simple 1D histogram with normal distribution.

Parameters:
  • size (Number of points) –
  • mean (Mean of the distribution) –
  • sigma (Sigma of the distribution) –
physt.examples.normal_h2(size: int = 10000) → physt.histogram_nd.Histogram2D

A simple 2D histogram with normal distribution.

Parameters:size (Number of points) –
physt.examples.normal_h3(size: int = 10000) → physt.histogram_nd.HistogramND

A simple 3D histogram with normal distribution.

Parameters:size (Number of points) –