I have a random valued vector $R = (R_{1},R_{2},..,R_{d})^{T}$, from which I have some series of gathered observed data.
And the random variable of "return rates" defined as:
$R_{p} = p^{T}R $ , where p is a known vector $p = (p_{1},.. p_{d})^{T}$
The paper I'm reading calculates the variance of this return rate doing:
$Var[R_{p}] = Var[p_{T}R] = p_{T}Cov[R]p$
I don't understand the last step, which equality does it follow?