Hello, I made a graph with random data, but my tutor asked me to do the following and I don't really know how
"You must do ten thousand times the randomization (in the graphs that you showed us you only did one). And in each randomization you must obtain the mean of the matrix and save it. That way you end up with ten thousand means. Graphs the histogram of the ten thousand medias and that's it, this method is called montecarlo, but it is modified "
I leave you the script of my random and my histograms.
Thanks .
It sounds like you need to repeatly sample the data for 10000 times, and only take the mean from each time, then draw a new histogram with all means. If you are using only one set of samples to draw this histogram, then it is indeed from only one iteration.
Hola , Realice una gráficas con datos random, pero mi tutor me pidió que hiciera lo siguiente y la verdad no se como
*"Debes hacer diez mil veces la aleatorizacion ( en las gráficas que nos mostraste solo hiciste una). Y en cada aleatorizacion debes obtener la media de la matriz y guardarla. De ese modo acabas con diez mil medias. * Gráficas el histograma de las diez mil medias y ya, este metodo se llama montecarlo, pero es modificado"
Les dejo el scritpt de mis random y de mis histogramas.
De ante mano gracias