my ~master (2022-05-17T07:50:13Z)
Dub
Repo
NormalDistributionPdf
my
stat
From the C++ standard library implementation.
@
safe
struct
NormalDistributionPdf {
NormDistribution
nd
;
double
front
();
void
popFront
();
enum
bool
empty
;
}
Members
Functions
front
double
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
enum
bool
empty
;
Undocumented in source.
nd
NormDistribution
nd
;
Undocumented in source.
Meta
Source
See Implementation
my
stat
functions
basicStat
bootstrap
cdf
histogram
makeData
mean
median
mode
pdf
sampleStdDev
stdError
structs
BasicStat
Histogram
Mean
Median
Mode
NormDistribution
NormalDistributionPdf
SampleStdDev
StatData
StdMeanError
From the C++ standard library implementation.