|
SPH
|
#include "objects/containers/Array.h"#include "objects/containers/StaticArray.h"#include "objects/wrappers/Function.h"#include "objects/wrappers/Interval.h"#include "post/Point.h"Go to the source code of this file.
Classes | |
| struct | Post::KsResult |
Namespaces | |
| Post | |
Typedefs | |
| using | Post::KsFunction = Function< StaticArray< Float, 4 >(PlotPoint)> |
Functions | |
| Float | Post::correlationCoefficient (ArrayView< const PlotPoint > points) |
| Float | Post::chiSquareDistribution (const Float chiSqr, const Float dof) |
| Float | Post::chiSquareTest (ArrayView< const Float > measured, ArrayView< const Float > expected) |
| Float | Post::kolmogorovSmirnovDistribution (const Float x) |
| KsResult | Post::kolmogorovSmirnovTest (ArrayView< const Float > data, const Function< Float(Float)> &expectedCdf) |
| One-dimensional Kolmogorov-Smirnov test with given CDF of expected probability distribution. More... | |
| KsResult | Post::kolmogorovSmirnovTest (ArrayView< const Float > data1, ArrayView< const Float > data2) |
| KsResult | Post::kolmogorovSmirnovTest (ArrayView< const PlotPoint > data, const KsFunction &expected) |
| Two-dimensional Kolmogorov-Smirnov test. More... | |
| KsFunction | Post::getUniformKsFunction (Interval rangeX, Interval rangeY) |