Error Messages/42542


Error text

 In the call to function Regression(y, B, I, K), the same index, J, was passed for both «I» and «K». 
 These must be different indexes.

Cause

A call such as:

Regression(y, B, J, J)

results in this error. If you have done this, you have almost certainly made a mistake.

Remedy

Make sure the 3rd parameter, «I», is the data index, and the 4th parameter, «K», indexes the basis terms.

See Also

Comments


You are not allowed to post comments.