expected_value_and_variance_properties

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
expected_value_and_variance_properties [2025/09/30 19:36] – [e.gs in R] hkimscilexpected_value_and_variance_properties [2025/10/01 09:00] (current) – [e.gs in R] hkimscil
Line 1: Line 1:
-====== Theorems ======+====== Expected value and variance properties ======
 ^ EXPECT VALUE ^^ ^ EXPECT VALUE ^^
 | $E(X)$ | $\sum{X}\cdot P(X=x)$  | | $E(X)$ | $\sum{X}\cdot P(X=x)$  |
Line 364: Line 364:
 [1,]   16 [1,]   16
  
 +> v.111 <- var(x1 + x1 + x1)
 +> v.111
 +     [,1]
 +[1,]   36
 +> var(3*x1)
 +     [,1]
 +[1,]   36
 +> 3^2*var(x1)
 +     [,1]
 +[1,]   36
 +
 +
 </code> </code>
  
expected_value_and_variance_properties.1759228571.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki