For example, I have Y = c*A + k*B, where A and B are TNormal distributions and c and k are weights. To calculate Y's mean is straightforward, but how do I calculate Y's variance given an expected value (i.e. 0.1)? I think it should be dependent on the expected value, the weights, and the variances of A and B, but I don't know exactly how it would work.