pkg load statisticsF = @(p,n,m)1-binocdf(n-1,m,p)F(.18,4,18)
Standard input is empty
F = @(p, n, m) 1 - binocdf (n - 1, m, p) ans = 0.41125
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!