Am 03.11.2010 18:41, schrieb artur tarassow:
mpsi[2+1,] = vphi[1:2]*mpsi[2:1,] + mtheta[2+1,] #Stops here:
"Range
2 to 1 is non-positive!"
mpsi[3+1,] = vphi[1:3]*mpsi[3:1,] + mtheta[3+1,]
--------------------------------------------------------------
Unfortunately, the program stops (where it shoudn't) at the marked
stage due to the reason that the computed number becomes non-positive.
Is there any way to circumvent this behaviour?
Hi Artur,
of course in an index range the starting value should be lower than the
stopping value. I don't really understand why you're trying to flip that
around.
cheers,
sven