How would one find the expectation and thus the covariance of a process, say,
$$X(t)=\alpha +B(t)-tB(1)$$
is the process and $t\in[0,1]$ and $\alpha\in\mathbb{R}$?
When considering this process would you take a discrete time method at both end points or a continuous time over the entirety of $[0,1]$?
I have assumed that $(B(t))_{t\in [0,1]}$ is a Brownian motion in my mathematics.
Any help explaining the lines are arguments would be greatly appreciated thanks!
Basically, we calculate the expected value, the variance and the autocovariance of a process by calculating the expected value and the variance of the random variable $X(t)$ and the covariance between the variables $X(s)$ and $X(t)$.
Hence, the expectation of the process is given by $$ \operatorname EX(t)=\alpha+\operatorname EB(t)-t\operatorname EB(1)=\alpha $$ since $\operatorname EB(t)=0$ for each $t\in[0,1]$. The variance of the process is given by \begin{align*} \operatorname{Var}X(t) &=\operatorname{Var}[\alpha+B(t)-tB(1)]\\ &=\operatorname{Var}[B(t)-tB(1)]\\ &=\operatorname E[B(t)-tB(1)]^2\\ &=\operatorname E[B^2(t)-2tB(t)B(1)+t^2B^2(1)]\\ &=t(1-t) \end{align*} using the fact that $\operatorname EB^2(t)=t$ and $\operatorname E[B(s)B(t)]=\min\{s,t\}$. Finally, \begin{align*} \operatorname{Cov}[X(s),X(t)] &=\operatorname E[(B(s)-sB(1))(B(t)-tB(1))]\\ &=\operatorname E[B(s)B(t)]-t\operatorname E[B(s)B(1)]-s\operatorname E[B(1)B(t)]+st\operatorname EB^2(1)\\ &=\min\{s,t\}-st \end{align*} for $s,t\in[0,1]$.