Function: AICBIC

From OpenWetWare
Revision as of 14:08, 22 February 2010 by Richard E. Frye (talk | contribs) (New page: Syntax: [AIC BIC]=AICBIC(infile,MinO,MaxO,Npoint,WinS,Step_Size) Input(s): infile - The name of input file MinO - Minimum model order to use MaxO - Maximum model ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Syntax:

   [AIC BIC]=AICBIC(infile,MinO,MaxO,Npoint,WinS,Step_Size)

Input(s):

   infile   - The name of input file
   MinO     - Minimum model order to use
   MaxO     - Maximum model order to use
   Npoint   - Number of time point
   WinS     - Window size 
   Step_Size- Number of time point between windows

Output(s):

   AIC      - Akaike information criterion
   BIC      - Bayesian information criterion


Back