Skip to main content

Module fallback_scirs2

Module fallback_scirs2 

Source
Expand description

Fallback implementations for SciRS2 functions when the feature is not available

Structs§

OptimizeResult
Fallback optimization result

Functions§

inv
Real matrix inverse via Gauss-Jordan elimination with partial pivoting (pure Rust fallback for when the scirs2 feature is disabled). Returns an honest error on non-square or singular matrices.
ks_2samp
mean
Fallback statistical functions
minimize
Fallback minimize function
pearsonr
percentile
shapiro_wilk
spearmanr
std
trace
ttest_1samp
var