expected value of a 1*4 matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Matt J
il 10 Lug 2013
Yes. mean(x) averages over x.
3 Commenti
Muhammad Yasir
il 27 Lug 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 
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!