This commit is contained in:
alrevuelta 2023-10-25 11:10:42 +02:00
parent 612a783e6a
commit d7167bcedb
No known key found for this signature in database
GPG Key ID: F345C9F3CCDB886E
5 changed files with 29918 additions and 29917 deletions

View File

@ -24,3 +24,4 @@ if __name__ == "__main__":
print(f"number_samples={array.size}")
print(f"Percentiles. P75={np.percentile(array, 75)} P95={np.percentile(array, 95)}")
print(f"Statistics. mean={np.mean(array)} max={array.max()} min={array.min()}")
print(f"Statistics. var={np.var(array)}")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 221 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff