Thanks
M
Where Values are in A1:A5 and Probabilities are in B1:B5
=SUMPRODUCT(A1:A5,B1:B5)
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
njha...@optusnet.com.au
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
"M" <anon...@discussions.microsoft.com> wrote in message
news:e66c01c40bb7$90d02fa0$a401...@phx.gbl...
What sort of expected values? Expected values from histogram data? Norman Harker
has already addressed that case. Expected values for random variables from
distributional form X with parameters Y? There are formulas in most stats texts
that give these. For example, a normally distributed rv with parameters m and s
has exected value m, while a lognormally distributed rv with parameters m and s
has exected value EXP(m + 0.5 * s^2).
--
To top-post is human, to bottom-post and snip is sublime.
M
>.
>
Good to note that it's what you needed. But note Harlan's comments.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
njha...@optusnet.com.au
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
"M" <anon...@discussions.microsoft.com> wrote in message
news:e6a001c40bbc$1912dbc0$a401...@phx.gbl...