LTPDA Toolbox™ | contents | ![]() ![]() |
tdChi2 computes the chi-square for a parameter estimate. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: tdChi2 computes the chi-square in time domain for an input pest. The system measured outputs, inputs and models must be contained in the plist. Also whitening filters for each output may be taken into account. CALL: obj = tdChi2(objs,pl); INPUTS: obj - must be a single pest Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | pest |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
OUTPUTS | [] | none | The system outputs. Must be an AO, a MATRIX or a COLLECTION of MATRIXs, one per each experiment. |
INPUTS | [] | none | The system inputs. Must be an AO, a MATRIX or a COLLECTION of MATRIXs, one per each experiment. |
MODELS | [] | none | The system transfer function SMODELs. Must be a SMODEL or a MATRIX of SMODELs. |
WHITENINGFILTERS | [] | none | The output whitening filters. Must be a MIIR, FIIR, FILTERBANK or a MATRIX. |
NCUT | [] | none | The number of points to cut out initial whitening filter transients. |
NPAD | [] | none | The number of points to zero-pad the input for ifft. If left empty, a data length is assumed. |
Some information of the method pest/tdChi2 are listed below: | |
---|---|
Class name | pest |
Method name | tdChi2 |
Category | Helper |
Package name | ltpda |
VCS Version | 3f8d61c792503a5b5ec8a0a153efb23b65da24a9 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: pest/setYunitsForParameter | Method: pest/viewResults | ![]() |
©LTP Team