fork(1) download
  1. pkg load statistics
  2. F = @(p,n,m)1-binocdf(n-1,m,p)
  3. F(.18,4,18)
Success #stdin #stdout 0.12s 50024KB
stdin
Standard input is empty
stdout
F =

@(p, n, m) 1 - binocdf (n - 1, m, p)

ans =  0.41125