Mission | Description | Variables | Hypothesis |
---|---|---|---|
1 | Determine if there's an association between the number of layers visible and the latitude of the crater. | NUMBER_LAYERS and LATITUDE_CIRCLE_IMAGE | Weak association |
2 | Determine if there's an association between the number of layers visible and the morphology of the ejecta | NUMBER_LAYERS and MORPHOLOGY_EJECTA_1 | Association |
Known correlation for certain morphologies and known lack of association for other morphologies | |||
New Bonus | Determine if there's an association between the number of visible layers and crater depth. | NUMBER_LAYERS and DEPTH_RIMFLOOR_TOPOG | Association |
Before I can make graphs, I have to refine my mission descriptions so that there's a clear causal relationship between the two variables. (Note that this doesn't mean that one variable actually causes a change in another - it's just a way to format the data and the research question to help us make sense of things).
Here are my new descriptions:
- Does the number of layers visible in a crater (response variable) depend on the latitude of the crater (explanatory variable)?
- Does the number of layers depend (response variable) on the morphology of the ejecta (explanatory variable)?
- Bonus: Does the depth of craters (response variable) change with the number of layers visible (explanatory variable)?
Univariate Graphs
Latitude Ranges
![]() |
Number of craters, sorted by latitude |
I made a vertical bar graph of the latitude ranges but, as you can see, it's really difficult to read the horizontal axis labels. Thus, the horizontal bar graph was born:
![]() |
Number of craters by latitude, now with some extra statistics! |
And, just for fun, I wanted to see what the bar graph would look like for the un-binned latitudes so I made this (notice that the vertical axis has the latitudes going from -90 at the top to 90 at the bottom, which is the opposite of the graphs above):
![]() |
Where all the craters would be if Mars was upside-down |
Number of Layers
![]() |
Number of visible layers in the craters |
Morphology
![]() |
Craters, by type. Here's a refresher on what those types mean |
Depth
![]() |
Depth had the same display problems as Latitude so it also gets to be a horizontal graph. |
The depth of craters is unimodal and skewed right, with almost 95% of craters having a depth between 0 and 5 km. (And, if you're curious, it's because 80% of the craters have a depth of 0km.) The mean depth is 0.076 km with a standard deviation of 0.222.
Bivariate Graphs
Now it's time to move on to the Mars Missions to see what sort of relationships exist.
Mission 1: Layers vs Latitude
Because the numbers of layers is discrete, I decided to go with a bar graph for this one.
It looks like there's probably a relationship between latitude and number of layers but it's not incredibly strong. The relationship seems to be that there are slightly more layers visible in the far north (around 70-80 degrees) and fewer visible closer to the equator and as we get close to the south pole, the number of layers starts to drop even more. However, it's important to note that the scale on the vertical axis is pretty small. Some craters have up to 5 layers visible but our average number of layers is hovering between 0.07 and 0.20.
Just for fun, I made a scatter plot of number of layers vs latitude (not the 10 degree latitude bins I made earlier, but the actual continuous range of latitudes). This is what it looked like:
![]() |
As you can see, this is a super useful graph. |
The scatter plot doesn't really show a whole lot of useful information. Maybe there are some clumps of 3- and 4-layered craters around certain latitudes but it's hard to tell from this graph if those clumps are significant or just expected within a randomly scattering of craters.
Remember the joke about the guy in the hot air balloon? His balloon had drifted and he didn't know where he was but he'd flown close enough to a skyscraper to ask the people inside. In response, the people in the building told him, "you're in a hot air balloon." This graph is kinda like that joke.
The first type, DLE (or dual-layer ejecta) has ..drumroll.. two visible layers. MLE (multiple-layer ejecta) has slightly more than 3. SLE (single-layer ejecta) has one. The other two types are actually interesting though. Pd (pedestal) has about 0 layers and and Rd (radial) has slightly more than that.
Bonus Mission: Depth vs Layers
There's a clear relationship between depth and number of visible layers. The greater the number of observed layers, the greater the depth of the crater. That's not really surprising but it's nice to have confirmation of it.
The first type, DLE (or dual-layer ejecta) has ..drumroll.. two visible layers. MLE (multiple-layer ejecta) has slightly more than 3. SLE (single-layer ejecta) has one. The other two types are actually interesting though. Pd (pedestal) has about 0 layers and and Rd (radial) has slightly more than that.
Bonus Mission: Depth vs Layers
There's a clear relationship between depth and number of visible layers. The greater the number of observed layers, the greater the depth of the crater. That's not really surprising but it's nice to have confirmation of it.
No comments:
Post a Comment