tur-stats API
Auto-generated API reference. Run just docs to regenerate.
stats
stats/cov
stats/cov.tur -- covariance and correlation between tur-frame float64 columns.
stats/dist
stats/dist.tur -- probability distributions: pdf / cdf / quantile / random.
stats/fmt
stats/fmt.tur -- pretty-printing for test-result and lm-fit.
stats/mathx
stats/mathx.tur -- thin wrappers for <math.h> functions not already in stdlib.
stats/regress
stats/regress.tur -- OLS linear regression via normal equations (Cholesky).
stats/rng
stats/rng.tur -- seedable PCG32 random-number generator with shuffle and sample helpers.
stats/sample
stats/sample.tur -- resampling: bootstrap, permutation, train-test-split, cv-folds.
stats/summary
stats/summary.tur -- descriptive statistics on tur-frame float64 columns.
stats/test
stats/test.tur -- hypothesis tests returning test-result structs.