← Back to Home
Project Brief
- An SA3 area is divided into multiple SA2 areas
- First 5 digits of a SA2 area corresponds with its SA3 area
Planning
- Find corresponding age range from input age
- Calculate population statistics for two specific SA3 areas
- Find the corresponding SA3 area for the input SA2 area
- Average population:
- Sum the SA2 area components to give total population
- Divide by # of SA2 areas
- Find the standard deviation of the SA3 area
- Find SA3 area with largest population in age group, for each unique state, and its percentage
- Calculate total population (for input age group) for all SA3 areas
- Find largest population per state
- Divide SA3 regions into states
- Choose the alphabetical leader if two regions are tied
- Find percentage of population
- Find total population of each leading SA3 area
- Calculate percentage input age group makes up total
- List sorted alphabetically by state
- Calculate the correlation between the age structure of two specific SA2 areas
Debugging