Mathematica > Data Manipulation > Statistics > Descriptive Statistics >
Mathematica > Mathematics and Algorithms > Statistics > Descriptive Statistics >

ExpectedValue

Updated In 7 Graphic
ExpectedValue[f, list]
gives the expected value of the pure function f with respect to the values in list.
ExpectedValue[f, list, x]
gives the expected value of the function f of x with respect to the values of list.
ExpectedValue[f, dist]
gives the expected value of the pure function f with respect to the symbolic distribution dist.
ExpectedValue[f, dist, x]
gives the expected value of the function f of x with respect to the symbolic distribution dist.
  • For the list {x_1,x_2,...,x_n}, the expected value of f is given by .
  • For a continuous distribution dist, the expected value of f is given by intf(x) p(x)dx where p(x) is the probability density function of dist and the integral is taken over the domain of dist.
  • For a discrete distribution dist, the expected value of f is given by sumf(x) p(x) where p(x) is the probability mass function of dist and summation is over the domain of dist.
  • The following option can be given:
Assumptions$Assumptionsassumptions to make about parameters
New in 6 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team