Skip to contents

Expected Value in the Probability Distributions context. The expected value of a probability distribution is a measure of the central tendency of the distribution, and represents the average or mean value that we would expect to observe if we were to repeat the random experiment many times. The expected value is a useful statistic because it provides a single number that summarizes the distribution of values that can be observed. It can be used to make predictions about future outcomes, as well as to assess the performance of statistical models or experimental designs.

Usage

stamp_eq_ev(x = 0, y = 0, ...)

Arguments

x

a numeric indicating position on x axis

y

a numeric indicating position on y axis

...

Value

a ggplot2 annotation layer which is the plotmath version of a function

Examples

library(ggplot2)
#> Error in library(ggplot2): there is no package called ‘ggplot2’
ggplot() +
   stamp_eq_ev()
#> Error in ggplot(): could not find function "ggplot"