bijfit
Class DesignMatrixLinear
java.lang.Object
bijfit.DesignMatrix
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.