CalcMgrExcelBINOMDIST

Purpose:

Returns the individual term binomial distribution probability

Syntax:

Java Class: com.hyperion.calcmgr.common.excel.cdf.ExcelStatisticalFunctions.BINOMDIST(double, double, double, boolean)

CDF Spec:@CalcMgrExcelBINOMDIST(successes, trials, probSuccess, cumulative)

Parameters:

Cumulative: A logical value that determines the form of the function

@_true: A logical value that determines the form of the function. If cumulative is true, then BINOMDIST returns the cumulative distribution function, which is the probability that there are at most number_s successes

@_false: Returns the probability mass function, which is the probability that there are number_s successes