Normal Distribution for Global Warming Data

2 次查看(过去 30 天)
I have global warming data over decades that I want to plot to visually assess if the data is normally distributed. What is the easiest way to do this?
I copied the data from an excel sheet to a matrix in MATLAB.
  1 个评论
John D'Errico
John D'Errico 2020-3-26
The funny thing is, noisy data, even with a trend in it, can still appear to be normally distributed. And visual assessments can easily be distorted by personal biases, to appear as one wishes.
I would strongly recommend using a statistical assessment. Determine if a trend exists, and if the trend is statistically significant.

请先登录,再进行评论。

回答(1 个)

Jemima Pulipati
Jemima Pulipati 2021-1-12
Hello,
From my understanding you want to check if the global warming data is normally distributed or not.
The chi2gof(x) returns a test decision for the null hypothesis that the data in vector x comes from a normal distribution with a mean and variance estimated from x, using the chi-square goodness-of-fit test. The alternative hypothesis is that the data does not come from such a distribution. The result is 1 if the test rejects the null hypothesis at the 5% significance level, and 0 otherwise.
Some of the answers from the community which might be of relevance to you:

Community Treasure Hunt

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

Start Hunting!

Translated by