Ask Question
16 February, 13:39

The idea in Exercise 3.51 generalizes to give a new formula for the expected value of any nonnegative integer-valued random variable. Show that if the random variable X takes only nonnegative integers as its values then E (X) = X[infinity] k=1 P (X ≥ k). This holds even when E (X) = [infinity], in which case the sum on the right-hand side is infinite. Hint. Write P (X ≥ k) as P[infinity] i=k P (X = i) in the sum, and then switch the order of the two summations.

+1
Answers (1)
  1. 16 February, 13:57
    0
    11186 In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integers, each one less than fifty (50). Your code will print them in sorted order without using any nested loops- - potentially very efficient!

    brainlist
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The idea in Exercise 3.51 generalizes to give a new formula for the expected value of any nonnegative integer-valued random variable. Show ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers