Answered step by step
Verified Expert Solution
Question
1 Approved Answer
DATASETS: Global maps of Earth surface temperature ( in Kelvins ) and cloud water path ( in g / m ^ 2 ) for July
DATASETS: Global maps of Earth surface temperature in Kelvins and cloud water path in gm for July every hrs GMT filesday x days x Map covers whole globe at degree intervals x array Values are REAL xxxxx in ASCII
Files are in ascii and each data file is a degree equal angle map X; there are files per day for days.
To read JUST one file in matlab:
mtxloadfilename;
mtxreshapemtx
It can be read directly into Excel as well.
ASSIGNMENT: Histogram the whole temperature dataset at and K intervals bin width and the whole cloud water path dataset at and gm intervals
CALCULATE: first three moments of the distributions FROM THE HISTOGRAMS NOT using builtin statistical functions at all three resolutions, reduce total population by using only every th file and repeat calculation of moments at all three resolutions, determine the thth and th percentile values at all three resolutions.
TURN IN PLOTS, RESULTS OF CALCULATIONS and ANSWER THESE QUESTIONS:
What did you have to do to be able to histogram the whole dataset?
What tests did you do to indicate you were histogramming the data correctly?
Did you notice any anomalous values in the dataset? What do you think the valid range of values is What did you do about the anomalous values if there are any before calculating the moments?
How else did you look at the data and know you read it correctly?
How did you determine the moments and percentile values FROM the histograms give formulae?
What adjustments to the plot did you make to be able to SEE the details in the histograms did you normalize, did you change the layout, did you use bars or points?
In the histograms, do you notice any behavior that seems artificial? Is the behavior the same at all three resolutions? Describe it and speculate on possible causes.
Comment on the quality of the data based on your histograms: is the precision constant over the whole range? Can you estimate the noise in the data? How does the noise compare with the real variability? How did you decide? How did changing the size of the data set affect the noise in the data?
Is the distribution shape Gaussian? How do the average and th percentile values compare at all three resolutions? How is the average affected if you remove the values below the th percentile and above the th percentile?
Preliminary work due monday the week before full assignment: make histograms for the first binsizes for surface temperature and water path.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started