libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <gsl/gsl_rng.h>
Go to the source code of this file.
Namespaces | |
AtomProbe | |
Functions | |
void | AtomProbe::poissonConfidenceObservation (float counts, float alpha, float &lBound, float &uBound) |
Obtain poisson confidence limits for the mean of a poisson distribution. More... | |
bool | AtomProbe::numericalEstimatePoissRatioConf (float lambda1, float lambda2, float alpha, unsigned int nTrials, gsl_rng *r, float &lBound, float &uBound) |
Brute-force poisson ratio confidence estimator. Returns the confidence interval in the estimate of the mean, at the given rates. More... | |
bool | AtomProbe::numericalEstimateGaussRatioConf (float mu1, float mu2, float var1, float var2, float alpha, unsigned int nTrials, gsl_rng *r, float &lBound, float &uBound) |
Brute-force guassian ratio confidence estimator. More... | |
bool | AtomProbe::numericalEstimateSkellamConf (float lambda1, float lambda2, float alpha, unsigned int nTrials, gsl_rng *r, float &lBound, float &uBound) |
Brute-force the confidence bounds of a skellam distribution. More... | |
bool | AtomProbe::zechConfidenceLimits (float lambdaBack, unsigned int observation, float alpha, float &estimate) |
Provides a best estimate for true signal when true signal, background. More... | |