sugr.GUI
Class EstimationWrapper

java.lang.Object
  extended bysugr.GUI.EstimationWrapper

public class EstimationWrapper
extends java.lang.Object

Wrapper Class for complex estimation call. This class can be used in Matlab to get the values of an Estimation in a simple way.

Author:
Thomas Laebe, ipb

Field Summary
static int no_of_iterations
           
static double sigma0
           
 
Constructor Summary
EstimationWrapper()
           
 
Method Summary
static boolean estimate(Element e, RelationalProperty[] rprops, boolean doConditioning, int maxiter, RelationalProperty[] yhat)
          Call estimation function and deliver sigma0 and no_of_iterations in class variables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigma0

public static double sigma0

no_of_iterations

public static int no_of_iterations
Constructor Detail

EstimationWrapper

public EstimationWrapper()
Method Detail

estimate

public static boolean estimate(Element e,
                               RelationalProperty[] rprops,
                               boolean doConditioning,
                               int maxiter,
                               RelationalProperty[] yhat)
Call estimation function and deliver sigma0 and no_of_iterations in class variables.