> | restart; read `c:/Users/Asus/Google Drive/Aek/Pile Game2/Pile2.txt`; |
> | read `c:/Users/Asus/Google Drive/Guess.txt`; |
> | #Section 2.2, Higher moments for {1,-1}, p=q=1/2 |
> | seq(print(r,ForMo(r,n,s)),r=0..8); |
> | seq(print(r,ForMoMean(r,n,s)),r=0..8); |
> |