science-notes/test.R
2023-10-18 15:25:55 +02:00

8 lines
83 B
R

cdf=ecdf(N)
initial_alpha=0.05
print(round(pnorm(1.01,mean=0,sd=1),digits=4))