diff --git a/fermi.go b/fermi.go index c84c7c3..1c69a3c 100644 --- a/fermi.go +++ b/fermi.go @@ -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_00_000 +var N_SAMPLES = 100_000 /* Printers */ func prettyPrintDist(dist Dist) {