|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbijfit.DesignMatrix
bijfit.DesignMatrixExponential
public class DesignMatrixExponential
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 |
|---|
public DesignMatrixExponential(float[] xs)
xs - the x values at which the basis functions are evaluated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||