Random Variables: Difference between revisions
From Rice Wiki
(Created page with "== Linear Combinations of RV ==") |
No edit summary |
||
Line 1: | Line 1: | ||
= Linear Combinations of RV = | |||
Let <math>X</math> be a random variable, <math>a, c</math> be constants. | |||
Expectation have the following properties | |||
<math> | |||
E(aX + c) = aE(X) + c | |||
</math> | |||
Variance is a bit more complicated. Recall that the calculation of | |||
variance involves the average difference from the mean squared. | |||
<math> | |||
Var(aX + c) = a^2 Var(X) | |||
</math> |
Revision as of 01:41, 2 March 2024
Linear Combinations of RV
Let be a random variable, be constants.
Expectation have the following properties
Variance is a bit more complicated. Recall that the calculation of variance involves the average difference from the mean squared.