CFlex

CFlex glues the Flex algorithm to plotting code and allows to visualize the resulting distribution and its hat and squeeze plots. This is only intended for testing and visualizing the Flex algorithm.

Members

Functions

plot
auto plot(string name, S function(S) f0, S function(S) f1, S function(S) f2, S c, S[] points, S left, S right)
auto plot(string name, S function(S) f0, S function(S) f1, S function(S) f2, S[] cs, S[] points, S left, S right)

Creates a Flex instance given the input parameter and plots it. Refer to the Flex documentation for the parameters.

Variables

histType
string histType;
Undocumented in source.
numBins
int numBins;

how many bins should be used

numSamples
int numSamples;

number of samples

plotCumulativeHistogram
bool plotCumulativeHistogram;

whether a cumulative histogram should be plotted

plotDir
string plotDir;

root directory for all plots

plotHistogram
bool plotHistogram;

whether a histogram should be plotted

plotReference
bool plotReference;

whether the reference PDF should be plotted

rho
S rho;

efficiency of the Flex algorithm

saveCSV
bool saveCSV;

whether a CSV of the sampled values should be saved

stepSize
S stepSize;

step size of the points in the plot

suffixName
string suffixName;
Undocumented in source.

Meta