Commit e3ad7829 authored by GoshaZotov's avatar GoshaZotov

check on error on cFORECAST_ETS function

parent d13189f3
......@@ -4697,6 +4697,11 @@
argClone[0] = argClone[0].getMatrix();
var argError;
if (argError = this._checkErrorArg(argClone)) {
return this.value = argError;
}
var pTMat = argClone[0];
var pMatY = argClone[1];
var pMatX = argClone[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment