my ~master (2022-05-17T07:50:13Z)
Dub
Repo
BasicStat
my
stat
Undocumented in source.
@
safe
struct
BasicStat {
Mean
mean
;
Median
median
;
SampleStdDev
sd
;
string
toString
();
void
toString
(Writer w);
}
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mean
Mean
mean
;
Undocumented in source.
median
Median
median
;
Undocumented in source.
sd
SampleStdDev
sd
;
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