To find an appropriate model for a process distribution, you should consider curves from several distribution families. As shown in this example, you can use the HISTOGRAM statement to fit more than ...
print(f" • Mean: {gamma_moments.mean():.3f} s (target: {target_mean:.1f}s)") print(f" • Std: {gamma_moments.std():.3f} s (target: {target_std:.1f}s)") print(f ...