expectation of random numbers
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    bus14
 el 22 de Abr. de 2019
  
    
    
    
    
    Respondida: Matt J
      
      
 el 22 de Abr. de 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,
0 comentarios
Respuesta aceptada
  Matt J
      
      
 el 22 de Abr. de 2019
        You can't do it. The D(i) are statistically independent, and so offer no information about what comes next.
0 comentarios
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!

