Filter löschen
Filter löschen

expectation of random numbers

5 Ansichten (letzte 30 Tage)
bus14
bus14 am 22 Apr. 2019
Beantwortet: Matt J am 22 Apr. 2019
Hi community,
I want to make an expectation of the next value to come with respect to a probability distribution function of my random demand vector D.
However, I have no clue what so ever how to do this in a Matlab code.
As for now I have demand vector D
D=rand(1,8)*100;
round(D)
I would want to make an expectation of the next value of D based on its previous values. Does anyone know how to do this?
thankyou,

Akzeptierte Antwort

Matt J
Matt J am 22 Apr. 2019
You can't do it. The D(i) are statistically independent, and so offer no information about what comes next.

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by