CALC.quartile(array, quart)
CALC.binomdist(number_s, trials, probability_s, cumulative)
CALC.expondist(x, lambda, cumulative)
CALC.forecast(x, known_y_values, known_x_values)
CALC.frequency(data_array, bins_array)
CALC.hypgeomdist(sample_s, number_sample, population_s, number_population)
CALC.intercept(arrayY, arrayX)
CALC.negbinomdist(number_f, number_s, probability_s)
CALC.percentrank(array, x, significance)
CALC.permut(number, number_chosen)
CALC.poisson(x, mean, cumulative)
CALC.prob(arrayx, arrayprob, lower_limit, upper_limit)
CALC.rank(number, array, order)
CALC.rsq(known_y_values, known_x_values)
Returns the quartile of a data set. Argument array is the array of numeric values for which you want the quartile value. Argument quart (0 to 4) indicates which value to return.
Example
CALC.quartile([1,2,4,7,8,9,10,12], 1);
// returns 3.5 (first quartile (25 percentile))
| << CALC.prob(arrayx, arrayprob, lower_limit, upper_limit) | © 1996-2013 InetSoft Technology Corporation (v11.5) | CALC.rank(number, array, order) >> |