com.opttek.optquest
Class COptQuestVariableAnalysis

java.lang.Object
  extended by com.opttek.optquest.COptQuestVariableAnalysis

public class COptQuestVariableAnalysis
extends java.lang.Object

For internal use only


Method Summary
 double GetEffect(java.util.ArrayList<COptQuestVariable> vars)
           
 double GetEffect(COptQuestVariable var)
           
 double GetMeanError()
           
 java.util.ArrayList<COptQuestVariable> GetNthEffect(int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

GetNthEffect

public java.util.ArrayList<COptQuestVariable> GetNthEffect(int n)

GetEffect

public double GetEffect(java.util.ArrayList<COptQuestVariable> vars)

GetEffect

public double GetEffect(COptQuestVariable var)

GetMeanError

public double GetMeanError()