Determing deviation from the mean(number of sigma) and plotting

3 visualizaciones (últimos 30 días)
Hamed Hedayatnia
Hamed Hedayatnia el 24 de Mayo de 2021
Respondida: Rishik Ramena el 31 de Mayo de 2021
Hello everybody
I have Rain and DI values for 40 years and I want to plot deviation of individual years from the mean similar to this plot. How can I determine deviation of each year from the mean based on number of siga(6 sigma). I have put the rain values in the attachment.
Thanks in advance

Respuestas (1)

Rishik Ramena
Rishik Ramena el 31 de Mayo de 2021
You can use the mean and std function to get the mean and standard deviation of your timeseries data. You can then use a formula like (data-mean)/standard deviation to get the deviation of your data in multiple of sigmas. Then use the plot function to plot the deviations along with the data.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by