expected value of a 1*4 matrix

how can i find expected value k=E{(z.^2)*transpose(z)}.
'z' is a 1*4 matrix.
is matlab command mean((z.^2)*transpose(z)) is equal to expected value E{...}??
thanks

 Accepted Answer

Matt J
Matt J on 10 Jul 2013
Yes. mean(x) averages over x.

3 Comments

thank you Matt J
I have one confusion in this regard is that expected value is not always equal to the mean.
In a book on probability theory, I have found the following definition of expected value of a random variable :
where is the average value taken by a random varibale with probaility
Matt J
Matt J on 27 Jul 2021
Edited: Matt J on 27 Jul 2021
Yes, but the law of large numbers implies that the arithmetic mean, as given by mean(), will approximate the statistical expected value.

Sign in to comment.

More Answers (0)

Asked:

ali
on 10 Jul 2013

Edited:

on 27 Jul 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!