conjugate
conjugate copied to clipboard
Standardize and document the variable names
x_total = sum(x) x2_total = sum(x**2) n = len(x) etc
The scripts/parameter-recovery.py script is good at checking for some inconsistencies.