gov.sns.tools
Class ErrorAnalysis

java.lang.Object
  |
  +--gov.sns.tools.ErrorAnalysis

public class ErrorAnalysis
extends java.lang.Object

ExperimentalError is a class that provides convenience methods for calculating experimental errors.


Constructor Summary
ErrorAnalysis()
          Creates new ExperimentalError
 
Method Summary
static double rmsError(double[] errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorAnalysis

public ErrorAnalysis()
Creates new ExperimentalError

Method Detail

rmsError

public static double rmsError(double[] errors)