Method pest/tdChi2


  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

Parameter Description

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.
back to top back to top

Some information of the method pest/tdChi2 are listed below:
Class name pest
Method name tdChi2
Category Helper
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team