expected value of a 1*4 matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Matt J
el 10 de Jul. de 2013
Yes. mean(x) averages over x.
3 comentarios
Muhammad Yasir
el 27 de Jul. de 2021
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 
is the average value taken by a random varibale with probaility 
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!