I have this formula based on mathematica:
2*CDF[BinomialDistribution[100, 1/2], 30] // N
But I have no idea how to convert it in PHP.. This is the original question:
Can anyone helping me converting the above formula in a working PHP function? Is this possible?
Thanks