change default n samples to 100K

This commit is contained in:
NunoSempere 2024-07-12 12:12:57 -04:00
parent 298e579480
commit 1c6c2068ff

2
f.go
View File

@ -103,7 +103,7 @@ const HELP_MSG = " Operation | Variable assignment | Special\n" +
const NORMAL90CONFIDENCE = 1.6448536269514727
const INIT_DIST Scalar = Scalar(1)
var N_SAMPLES = 1_000_000
var N_SAMPLES = 1_00_000
/* Printers */
func prettyPrintDist(dist Dist) {