I'm reading a research paper and I'm trying to decipher some mathematical text.
It looks like this: $[y_1,...,y_T] \in \mathbb{R}^T$
My best guess is it is saying, "This set contains all real values T."
I know:
- On the left-hand side, I am looking at a vector where y is a variable contained in the vector.
- $y_1$ is the first element.
- $y_T$ is the last element
- The vector $[y_1,...,y_T]$ contains all the elements of y up to a given value T. In this paper T is defined as a specific point in the time series. This implies that the vector contains all the values from the beginning of time 1 to a pre-determined time T.
- $\in$ is the element symbol.
- $\mathbb{R}$ is mean all real values.
Help me understand:
- What $\mathbb{R}^T$ means.
- How $\mathbb{R}^T$ relates to that vector.
- Where I lack in my understanding of how I defined this relationship.