calculating and plotting 95% confidence intervals
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In the attached figure I plot the daily mean hot temperature. Instead of plotting the standard deviation around the mean, I would like to plot 95% confidence intervals around the mean.
I have attached my current code to make this figure.
Thanks in advance!
run average_temp_question
0 Commenti
Risposta accettata
Rik
il 28 Set 2023
A 95% confidence interval means 2 standard deviations on either side. So you simply need to insert *2 in your code.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
