bijfit
Class DesignMatrixLinear

java.lang.Object
  extended by bijfit.DesignMatrix
      extended by bijfit.DesignMatrixLinear

public class DesignMatrixLinear
extends DesignMatrix

Design Matrix for linear function, to be used in GeneralLeastSquares estimation. Copyright (c) 1999-2003, Michael Abramoff. All rights reserved.


Constructor Summary
DesignMatrixLinear(double[] xs)
          Create a linear model design matrix.
DesignMatrixLinear(float[] xs)
          Create a linear model design matrix.
 
Method Summary
 
Methods inherited from class bijfit.DesignMatrix
getMatrix, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesignMatrixLinear

public DesignMatrixLinear(double[] xs)
Create a linear model design matrix. Will contain 1 basis function evaluated at all x's

Parameters:
xs - the x values for which the basis function is calculated.

DesignMatrixLinear

public DesignMatrixLinear(float[] xs)
Create a linear model design matrix. Will contain 1 basis function evaluated at all x's

Parameters:
xs - the x values for which the basis function is calculated.