Details are as follows: http://makercradle.com/2017/%E5%88%87%E6%AF%94%E9%9B%AA%E5%A4%AB%E4%B8%8D%E7%AD%89%E5%BC%8F%E8%AF%81%E6%98%8E/
It is known that x is a continuous random variable,
E(X)=μ,D(X)=δ2
real number
ε>0
Verification:
P(∥X−μ∥≥ε)≤δ2ε2
prove:
because:
δ2=V(X)
=∫+∞−∞(t−μ)2fX(t)dt
≥∫μ−ε−∞(t−μ)2fX(t)dt+∫+∞μ−ε(t−μ)2fX(t)dt
≥∫μ−ε−∞ε2fX(t)dt+∫+∞μ−εε2fX(t)dt
due to:
t≤μ−ε⇒ε≤∥t−μ∥⇒ε2≤(t−μ)2
So there is
=ε2∫μ−ε−∞fX(t)dt+∫+∞μ−εfX(t)dt
=ε2P(X≤μ−εorX≥μ+ε)
=ε2P(∥X−μ∥≥ε)
Therefore, there are:
δ2≥ε2P(∥X−μ∥≥ε)
It’s true!
Read More:
- Error reported by RNG when compiling StVO pl
- Matlab: Three forms of random number generated (Rand, Randi and Randn)
- Description of classifier index in Weka
- Go start error: Panic: runtime error: invalid memory address or nil pointer reference
- Random number random reports an error. Illegalargumentexception: bound must be positive
- Implementation of HTTPS file server based on nginx in win2012
- Android dependency conflict resolution
- numpy.random.rand()
- Tensorflow image random_ There seems to be something wrong with the shift function
- Word column after the text evenly distributed in the left and right two columns, rather than fill in the left column and then fill in the right column, how to do?
- In the HTML page request Ajax times 400 error, solve Yii submit post form 400 error, and Ajax post request 400 problem (example code)
- Git report HTTP Basic: Access denied
- Jenkins SVN error Server SSL certificate verification failed: issuer is not trusted
- Random forest algorithm learning
- The shell script exits after an error is reported
- Prompt “XXX is” when debugging real machine busy:Processing symbol Files “and” Xcode will continue when XXX is finished“
- python:urllib2.URLError urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- 26 English letters in upper and lower case and 0-9 to generate 8-bit random password
- Complex warning: casting complex values to real discards the imaginary part