@ifirst error message
Posted: Mon Sep 26, 2016 2:50 am
Why is the @first command working but @ifirst gives an error message. The output is a scalar...
series a = nrnd
series f1 = @first(a)
series f2 = @first(@trend)
series f3 = @ifirst(a)
scalar f4 =@ifirst(@trend)
series a = nrnd
series f1 = @first(a)
series f2 = @first(@trend)
series f3 = @ifirst(a)
scalar f4 =@ifirst(@trend)