Skip to main content

Module batch

Module batch 

Source
Expand description

Batch/vectorized Python APIs for statistics

Provides batch operations that reduce FFI overhead when calling many small statistical computations from Python.

Functionsยง

batch_correlation
Batch Pearson correlation matrix for a list of arrays.
batch_descriptive_stats
Batch descriptive stats for multiple arrays.
batch_pdf_eval
Evaluate the PDF of a named distribution at each data point.
register_batch_module
Register batch stats functions into the Python module.
stats_summary
Compute mean, std, and variance in a single batch call.