edu.rice.cs.hpc.data.experiment.metric.StdDevFunction Class Reference

The average function. More...

Inheritance diagram for edu.rice.cs.hpc.data.experiment.metric.StdDevFunction:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.data.experiment.metric.StdDevFunction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 StdDevFunction ()
double of (double[] d, int numParam)
 Returns the standard deviation of the values in the array from [0, numParam).
boolean acceptNumParam (int numParam)
 Returns true for 1 or more parameters, false otherwise.
String toString ()

Static Public Member Functions

static void main (String args[])

Detailed Description

The average function.

Definition at line 8 of file StdDevFunction.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.StdDevFunction (  ) 

Member Function Documentation

boolean edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.acceptNumParam ( int  numParam  ) 

Returns true for 1 or more parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 32 of file StdDevFunction.java.

static void edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.main ( String  args[]  )  [static]
double edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.of ( double[]  d,
int  numParam 
)

Returns the standard deviation of the values in the array from [0, numParam).

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file StdDevFunction.java.

Referenced by edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.main().

String edu.rice.cs.hpc.data.experiment.metric.StdDevFunction.toString (  ) 

Definition at line 36 of file StdDevFunction.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1