Hi all, I am a new user of Nimble. Struggling to estimate a bivariate extreme value model writing nimble function.
Can anyone please help me on the following issue. In the nimble function several variables, one of the variables x is defined as a matrix (nx2). I need to use each column of the matrix as separate input to some equations inside the function. If I use x [1:n, 1] or x[1:n, 2] as we use in R , the compiler replies it as bad dimensions. What I am missing here?