Skip to main content

Crate zima

Crate zima 

Source

Re-exports§

pub use rand;

Structs§

Bootstrap
CDF
ECDF statistic constructor.
DagostinoPearson
DagostinoPearsonResult
EmpiricalCDF
Empirical Cumulative Distribution Function (ECDF).
Flipper
FlipperIter
FourthCumulant
Fourth cumulant (κ₄ = μ₄ - 3μ₂²) — numerator for excess kurtosis.
Interval
Statistical interval with optional estimate and confidence level.
Jackknife
KSTest
Kolmogorov-Smirnov goodness-of-fit test against the standard normal distribution.
Kurtosis
Sample excess kurtosis (fourth standardized cumulant).
Mean
Computes component-wise arithmetic mean using Kahan summation to minimize floating-point error accumulation. This is critical when:
MeanTest
Permutation test for the hypothesis about the population mean.
MultiplyFlip
Multiplicative flip strategy (fallback for non-IEEE types)
Quantile
Discrete quantile estimator (inverse ECDF).
QuantileInterval
Quantile interval estimator (e.g., IQR, 95% interval).
SE
Bootstrap/Jackknife standard error estimator.
SEMean
Standard Error of the Mean (SEM).
Sample
Shuffle
SignBitFlip
Default sign-flipping strategy for IEEE 754 floats using bit manipulation
Skewness
Sample skewness (third standardized moment).
Studentized
Studentized statistic for hypothesis testing: t = (θ̂ - θ₀) / SE(θ̂)
StudentizedBootstrap
Subsample
TestResult
Result of the permutation test.
ThirdCumulant
Third cumulant (κ₃ = μ₃) — numerator for skewness computation.
Variance
VarianceTest
Permutation test for the hypothesis about the population variance.

Enums§

IntervalStyle
SamplingMode
Subsampling strategy selector

Traits§

Flip
Customizable flipping strategy trait
Re
Rng
An automatically-implemented extension trait on RngCore providing high-level generic methods for sampling values and other convenience methods.
Standardize
Statistic
Vector
Vector space over a float.