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

3 vues (au cours des 30 derniers jours)
Hamed Hedayatnia
Hamed Hedayatnia le 24 Mai 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

Réponses (1)

Rishik Ramena
Rishik Ramena le 31 Mai 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.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by