Need help understading prime notation for vector/time series

370 Views Asked by At

I have vector/time series with ' symbol at the end:

X=(x1,x2,...,xn)'

What does it mean? It is derivative of vector/time series?

1

There are 1 best solutions below

4
On BEST ANSWER

It likely means transpose.

That is $X$ is a column vector. A clearer notation would be $x=(x_1, x_2 , \ldots, x_n)^T$