const SarimaOrder(this.p, this.d, this.q, this.P, this.D, this.Q, this.s) : assert(p>=0 && d>=0 && q>=0 && P>=0 && D>=0 && Q>=0 && s>0);