Formula 1.0.0

hirondelle.formula.function.builtin
Class PopulationStandardDeviation

Object
  extended by hirondelle.formula.function.builtin.PopulationStandardDeviation
All Implemented Interfaces:
Function

public final class PopulationStandardDeviation
extends Object
implements Function

pstdev(x1, x2, x3, ...): the population standard deviation of a set of 2 or more numbers.


Constructor Summary
PopulationStandardDeviation()
           
 
Method Summary
 Decimal calculate(Decimal... aArgs)
          Takes two or more arguments.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationStandardDeviation

public PopulationStandardDeviation()
Method Detail

calculate

public Decimal calculate(Decimal... aArgs)
Takes two or more arguments. The order of the arguments is arbitrary.

Specified by:
calculate in interface Function
Parameters:
aArgs - 0 or more arguments to the function.

Formula 1.0.0

Copyright Hirondelle Systems. Published January 31, 2013