- basicStat
BasicStat basicStat(StatData data)
Undocumented in source. Be warned that the author may not have intended to support it.
- bootstrap
auto bootstrap(StatData data, long minSamples)
Undocumented in source. Be warned that the author may not have intended to support it.
- cdf
double cdf(NormDistribution nd, double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- histogram
Histogram histogram(StatData data, long nrBuckets)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeData
StatData makeData(T raw)
Convert user data to a representation useful for simple, statistics calculations.
- mean
Mean mean(StatData data)
Undocumented in source. Be warned that the author may not have intended to support it.
- median
Median median(StatData data_)
Undocumented in source. Be warned that the author may not have intended to support it.
- mode
Mode mode(Histogram hist)
Undocumented in source. Be warned that the author may not have intended to support it.
- pdf
NormalDistributionPdf pdf(NormDistribution nd)
Undocumented in source. Be warned that the author may not have intended to support it.
- sampleStdDev
SampleStdDev sampleStdDev(StatData data, Mean mean)
Undocumented in source. Be warned that the author may not have intended to support it.
- stdError
StdMeanError stdError(StatData data)
Undocumented in source. Be warned that the author may not have intended to support it.