Skip to main content

Module functions

Module functions 

Source
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.