Inheritance diagram for nipy.algorithms.statistics.nlsmodel:
TODO
Bases: nipy.fixes.scipy.stats.models.model.Model
Class representing a simple nonlinear least squares model.
Methods
| SSE | |
| fit | |
| getZ | |
| getomega | |
| initialize | |
| next | |
| predict |
| Parameters : |
|
|---|
Sum of squares error.
:Returns; TODO
Fit a model to data.
| Returns : | None |
|---|
| Returns : | None |
|---|
Initialize (possibly re-initialize) a Model instance. For instance, the design matrix of a linear model may change and some things must be recomputed.
| Returns : | None |
|---|
| Parameters : |
|
|---|---|
| Returns : | TODO |