bijfit
Class DesignMatrixExponential

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

public class DesignMatrixExponential
extends DesignMatrix

Design Matrix for simple exponential, to be used in GeneralLeastSquares estimation. Copyright (c) 1999-2004, Michael Abramoff. All rights reserved.


Constructor Summary
DesignMatrixExponential(float[] xs)
          Create a design matrix for the exponential function.
 
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

DesignMatrixExponential

public DesignMatrixExponential(float[] xs)
Create a design matrix for the exponential function.

Parameters:
xs - the x values at which the basis functions are evaluated.