Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- chi2_
p_ value - Upper-tail p-value for a chi-square statistic: P(χ² > chi2 | df).
- normal_
cdf - Standard normal CDF Φ(z).
- sample_
stats - Compute descriptive statistics for a slice.
- t_
cdf_ approx - Approximate t-distribution CDF via normal for large df; for smaller df uses a beta-function-based approximation.
- xorshift64
- xorshift64 PRNG step.
- xorshift_
normal - Draw a standard-normal variate via Box-Muller using xorshift64.