expected_value_and_variance_properties
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
expected_value_and_variance_properties [2025/09/30 19:37] – hkimscil | expected_value_and_variance_properties [2025/10/01 09:00] (current) – [e.gs in R] hkimscil | ||
---|---|---|---|
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 | ||
+ | > | ||
+ | |||
</ | </ | ||
expected_value_and_variance_properties.1759228629.txt.gz · Last modified: by hkimscil