lecture 9 - spatial analysis and statistics Flashcards

1
Q

what is spatial data?

A

something you can prescribe an x and a y coordinate to e.g. a map, image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

vector data

A

points, lines and areas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

raster data

A

regular grids of cells e.g pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what order do the axis go in the (cartesian) coordinate system?

A

x then y

x,y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what additional axis is sometimes added in datasets such as images?

A

z axis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how do you calculate the distance between points on a diagonal?

A

use Pythagoras’ theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what do trigonometry and Pythagoras allow us to do?

A

work out the dimensions of individual pixels
Pythagoras works out distances on images
trigonometry works out widths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

speed =

A

distance / time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does a cluster analysis look for?

A

spatial patterns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

spatial patterns in the cluster analysis can be described as?

A
  • dispersed
  • clustered
  • random
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

define dispersed

A

closest to uniform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

define random

A

any visually apparent cluster is due to chance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

define clustered

A

pattern or grouping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what method is used for testing uniform distribution?

A

chi squared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

in a 3D histogram, the flatter the graph looks =

A

the more uniform the distribution is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what method is used for testing for random distribution?

A

Chi squared - compared with the poisson distribution

*if chi squared statistic is lower than critical value, data follows a poisson distribution and is therefore random

17
Q

what is the poisson distribution used for?

A

to calculate the probability of a spacing at a given distance (or time interval/area/value)

18
Q

what method is used to test for clustered distribution?

A

nearest - neighbour criterion

*to reject null hypothesis, z value has to be >1.96 OR

19
Q

what methods can be used to test for similarities between clusters?

A
  • hierarchal clustering
  • nearest - neighbour clustering
  • k - means clustering
  • gaussian mixture clustering
20
Q

hierarchal clustering

A
  • dendrogram
  • assumes that each individual data point is a cluster
  • based on distance between data points they are grouped again, and so on
  • can easily pick the level of clustering you would like
21
Q

gaussian mixture clustering

A
  • detects peaks in the datapoint concentration

* drawback of this method is = have to define the number of clusters you have to begin with