commonSense.stat
Interface RegressionTypes


public interface RegressionTypes


Field Summary
static int LEAST_SQUARES
          This type represents the Least Squares regression.
static int LS
          This type represents the Least Squares regression.
static int MA
          This type represents the Major Axis regression.
static int RMA
          This type represents the Reduced Major Axis regression.
 

Field Detail

LEAST_SQUARES

public static final int LEAST_SQUARES
This type represents the Least Squares regression.

See Also:
Constant Field Values

LS

public static final int LS
This type represents the Least Squares regression.

See Also:
Constant Field Values

RMA

public static final int RMA
This type represents the Reduced Major Axis regression. This regression type takes the variation in both variables into consideration.

See Also:
Constant Field Values

MA

public static final int MA
This type represents the Major Axis regression. This regression type takes the variation in both variables into consideration.

See Also:
Constant Field Values


RealJ version 3.5 2001. www.realj.com