AutoConfig constructor

const AutoConfig({
  1. int pMax = 3,
  2. int qMax = 3,
  3. int PMax = 1,
  4. int QMax = 1,
  5. bool useBIC = false,
  6. bool includeMean = true,
  7. bool exactMLE = true,
})

Implementation

const AutoConfig({
  this.pMax=3, this.qMax=3, this.PMax=1, this.QMax=1,
  this.useBIC=false, this.includeMean=true, this.exactMLE=true,
});