change default n samples to 100K
This commit is contained in:
parent
298e579480
commit
1c6c2068ff
2
f.go
2
f.go
|
@ -103,7 +103,7 @@ const HELP_MSG = " Operation | Variable assignment | Special\n" +
|
||||||
const NORMAL90CONFIDENCE = 1.6448536269514727
|
const NORMAL90CONFIDENCE = 1.6448536269514727
|
||||||
const INIT_DIST Scalar = Scalar(1)
|
const INIT_DIST Scalar = Scalar(1)
|
||||||
|
|
||||||
var N_SAMPLES = 1_000_000
|
var N_SAMPLES = 1_00_000
|
||||||
|
|
||||||
/* Printers */
|
/* Printers */
|
||||||
func prettyPrintDist(dist Dist) {
|
func prettyPrintDist(dist Dist) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user