セントログラフィー (英語: centrography )とは、点データの分布の中心やばらつきを捉えるための分析方法である。平均中心や標準距離、標準偏差楕円などの測度があり、これらは、統計学 における平均 や分散 などの測度を2次元空間に拡張したものである。
地理学 では、点パターン分析 (英語版 ) や認知地図 の研究などで利用される。
平均中心 は、記述統計学 における平均 に対応した測度である。
点
i
{\displaystyle i}
(
i
=
1
,
2
,
⋯
,
n
{\displaystyle i=1,2,\cdots ,n}
)の
x
{\displaystyle x}
座標および
y
{\displaystyle y}
座標を
x
i
{\displaystyle x_{i}}
,
y
i
{\displaystyle y_{i}}
とするとき、平均中心は式(1 )で表される。
X
¯
=
1
n
∑
i
=
1
n
x
i
{\displaystyle {\bar {X}}={\frac {1}{n}}\sum _{i=1}^{n}x_{i}}
Y
¯
=
1
n
∑
i
=
1
n
y
i
{\displaystyle {\bar {Y}}={\frac {1}{n}}\sum _{i=1}^{n}y_{i}}
(1)
次に、点に重みがある場合を考える。点
i
{\displaystyle i}
の重みを
w
i
{\displaystyle w_{i}}
とするとき、加重平均中心(重心 )は式(2 )で表される。
X
′
¯
=
∑
i
=
1
n
w
i
x
i
∑
i
=
1
n
w
i
{\displaystyle {\bar {X'}}={\frac {\sum _{i=1}^{n}w_{i}x_{i}}{\sum _{i=1}^{n}w_{i}}}}
Y
′
¯
=
∑
i
=
1
n
w
i
y
i
∑
i
=
1
n
w
i
{\displaystyle {\bar {Y'}}={\frac {\sum _{i=1}^{n}w_{i}y_{i}}{\sum _{i=1}^{n}w_{i}}}}
(2)
平均中心の具体例として、人口重心 が挙げられる。
標準距離 は、平均中心からの距離の標準偏差 のことである。記述統計学 における標準偏差に対応した測度で、式(3 )で表される。標準半径と同一である。
S
D
=
∑
i
=
1
n
(
x
i
−
X
¯
)
2
n
+
∑
i
=
1
n
(
y
i
−
Y
¯
)
2
n
{\displaystyle SD={\sqrt {{\frac {\sum _{i=1}^{n}{(x_{i}-{\bar {X}})}^{2}}{n}}+{\frac {\sum _{i=1}^{n}{(y_{i}-{\bar {Y}})}^{2}}{n}}}}}
(3)
点に重みがある場合は、式(4 )で表される。
S
D
′
=
∑
i
=
1
n
w
i
(
x
i
−
X
′
¯
)
2
∑
i
=
1
n
w
i
+
∑
i
=
1
n
w
i
(
y
i
−
Y
′
¯
)
2
∑
i
=
1
n
w
i
{\displaystyle SD'={\sqrt {{\frac {\sum _{i=1}^{n}w_{i}{(x_{i}-{\bar {X'}})}^{2}}{\sum _{i=1}^{n}w_{i}}}+{\frac {\sum _{i=1}^{n}w_{i}{(y_{i}-{\bar {Y'}})}^{2}}{\sum _{i=1}^{n}w_{i}}}}}}
(4)
また、加重平均中心と点
i
{\displaystyle i}
のユークリッド距離 を
d
i
{\displaystyle d_{i}}
とするとき、式(5 )で表現できる。
S
D
′
=
∑
i
=
1
n
d
i
2
w
i
∑
i
=
1
n
w
i
{\displaystyle SD'={\sqrt {\frac {\sum _{i=1}^{n}{d_{i}}^{2}w_{i}}{\sum _{i=1}^{n}w_{i}}}}}
(5)
標準偏差楕円と平均中心(×印)
標準偏差楕円 (standard deviational ellipse )は、点分布のばらつきを表現した楕円 のことである。記述統計学 における標準偏差 に対応した測度であるが、点分布パターンで方向性のばらつきが存在する場合に用いられる。点データの平均的な位置、ばらつき、方向と形状を数値化するとともに、楕円として図化もできる。
点に重みがない場合
点
i
{\displaystyle i}
の位置を、座標変換 により
x
′
{\displaystyle x'}
y
′
{\displaystyle y'}
座標系で式(6 )のように表現する。
x
i
′
=
x
i
−
X
¯
{\displaystyle {x_{i}}'=x_{i}-{\bar {X}}}
y
i
′
=
y
i
−
Y
¯
{\displaystyle {y_{i}}'=y_{i}-{\bar {Y}}}
(6)
これにより、平均中心が
x
′
{\displaystyle x'}
y
′
{\displaystyle y'}
座標の原点 に表示されることになる。
次に、標準偏差楕円の長軸 ・短軸 がy軸・x軸と重なるように座標回転させ、
X
{\displaystyle X}
Y
{\displaystyle Y}
座標系で式(7 )のように表現する。
X
i
=
x
i
′
cos
θ
+
y
i
′
sin
θ
{\displaystyle X_{i}={x_{i}}'\cos \theta +{y_{i}}'\sin \theta }
Y
i
=
y
i
′
cos
θ
−
x
i
′
sin
θ
{\displaystyle Y_{i}={y_{i}}'\cos \theta -{x_{i}}'\sin \theta }
(7)
このとき、
θ
{\displaystyle \theta }
は回転させた角度である[ 注釈 1] 。
X
{\displaystyle X}
Y
{\displaystyle Y}
座標系におけるx軸・y軸の標準偏差
σ
x
{\displaystyle \sigma _{x}}
,
σ
y
{\displaystyle \sigma _{y}}
は式(8 )で表現できる(
μ
¯
x
{\displaystyle {\bar {\mu }}_{x}}
および
μ
¯
y
{\displaystyle {\bar {\mu }}_{y}}
は
X
{\displaystyle X}
Y
{\displaystyle Y}
座標の平均中心)。
σ
x
=
∑
i
=
1
n
(
X
i
−
μ
¯
x
)
2
n
{\displaystyle \sigma _{x}={\sqrt {\frac {\sum _{i=1}^{n}{(X_{i}-{\bar {\mu }}_{x})}^{2}}{n}}}}
σ
y
=
∑
i
=
1
n
(
Y
i
−
μ
¯
y
)
2
n
{\displaystyle \sigma _{y}={\sqrt {\frac {\sum _{i=1}^{n}{(Y_{i}-{\bar {\mu }}_{y})}^{2}}{n}}}}
(8)
ここで、
μ
¯
x
=
0
{\displaystyle {\bar {\mu }}_{x}=0}
および
μ
¯
y
=
0
{\displaystyle {\bar {\mu }}_{y}=0}
が成立するため、式(7 )を代入して、式(9 )が成立する。
σ
x
=
∑
i
=
1
n
(
x
i
′
cos
θ
+
y
i
′
sin
θ
)
2
n
{\displaystyle \sigma _{x}={\sqrt {\frac {\sum _{i=1}^{n}({{x_{i}}'\cos \theta +{y_{i}}'\sin \theta })^{2}}{n}}}}
σ
y
=
∑
i
=
1
n
(
y
i
′
cos
θ
−
x
i
′
sin
θ
)
2
n
{\displaystyle \sigma _{y}={\sqrt {\frac {\sum _{i=1}^{n}({{y_{i}}'\cos \theta -{x_{i}}'\sin \theta })^{2}}{n}}}}
(9)
点に重みがある場合
座標変換 により点
i
{\displaystyle i}
の位置は式(10 )で表現できる。
x
i
′
=
x
i
−
X
′
¯
{\displaystyle {x_{i}}'=x_{i}-{\bar {X'}}}
y
i
′
=
y
i
−
Y
′
¯
{\displaystyle {y_{i}}'=y_{i}-{\bar {Y'}}}
(10)
次に、標準偏差楕円の長軸 ・短軸 がy軸・x軸と重なるように
θ
{\displaystyle \theta }
だけ座標回転させる[ 注釈 2] 。
ここでx軸・y軸の標準偏差
σ
x
{\displaystyle \sigma _{x}}
,
σ
y
{\displaystyle \sigma _{y}}
について、式(11 )が成立する。
σ
x
=
∑
i
=
1
n
(
x
i
′
cos
θ
+
y
i
′
sin
θ
)
2
w
i
∑
i
=
1
n
w
i
{\displaystyle \sigma _{x}={\sqrt {\frac {\sum _{i=1}^{n}({{x_{i}}'\cos \theta +{y_{i}}'\sin \theta })^{2}w_{i}}{\sum _{i=1}^{n}w_{i}}}}}
σ
y
=
∑
i
=
1
n
(
y
i
′
cos
θ
−
x
i
′
sin
θ
)
2
w
i
∑
i
=
1
n
w
i
{\displaystyle \sigma _{y}={\sqrt {\frac {\sum _{i=1}^{n}({{y_{i}}'\cos \theta -{x_{i}}'\sin \theta })^{2}w_{i}}{\sum _{i=1}^{n}w_{i}}}}}
(11)
分布形状の表現
分布形状を表現する測度として、円形係数 (coefficient of circularity )があり、式(12 )で求められる(ただし
c
{\displaystyle c}
は円形係数、
a
{\displaystyle a}
は標準偏差楕円の長軸、
b
{\displaystyle b}
は標準偏差楕円の短軸である)。
c
=
b
a
{\displaystyle c={\frac {b}{a}}}
(12)
c
{\displaystyle c}
は
0
≤
c
≤
1
{\displaystyle 0\leq c\leq 1}
をとり、
c
=
0
{\displaystyle c=0}
のときは線分 、
c
=
1
{\displaystyle c=1}
のときは円 をなす。
また、離心率 を用いて標準偏差楕円の形状を評価することもできる。
地理学における利用
1971年にRobert S. Yuillにより有用性が主張されて[ 注釈 3] から、地理学で応用されるようになってきた。
また、認知地図 の研究でも用いられ、Nathan Gale[ 注釈 4] によると、標準偏差楕円を用いることで、認知地図の歪みを構成する2成分である錯誤と系統的歪みを分離することができる。認知地図から得られた標準偏差楕円の重心の位置と実際の位置のずれは系統的歪みであり、被験者全体的な傾向を示すが、標準偏差楕円の大きさは錯誤に由来し被験者により異なるものであり、被験者間での比較に利用できる。
^ このとき、以下の式が成立する。
tan
θ
=
∑
i
=
1
n
(
x
i
′
)
2
−
∑
i
=
1
n
(
y
i
′
)
2
2
∑
i
=
1
n
x
i
′
y
i
′
±
{
∑
i
=
1
n
(
x
i
′
)
2
−
∑
i
=
1
n
(
y
i
′
)
2
}
2
+
4
(
∑
i
=
1
n
x
i
′
y
i
′
)
2
2
∑
i
=
1
n
x
i
′
y
i
′
{\displaystyle \tan \theta ={\frac {\sum _{i=1}^{n}{({x_{i}}')^{2}}-\sum _{i=1}^{n}{({y_{i}}')^{2}}}{2\sum _{i=1}^{n}{x_{i}}'{y_{i}}'}}\pm {\frac {\sqrt {{\big \{}{\sum _{i=1}^{n}{({x_{i}}')^{2}}-\sum _{i=1}^{n}{({y_{i}}')^{2}}{\big \}}^{2}+4{(\sum _{i=1}^{n}{x_{i}}'{y_{i}}')}^{2}}}}{2\sum _{i=1}^{n}{x_{i}}'{y_{i}}'}}}
^ このとき、以下の式が成立する。
tan
θ
=
∑
i
=
1
n
(
x
i
′
)
2
w
i
−
∑
i
=
1
n
(
y
i
′
)
2
w
i
2
∑
i
=
1
n
x
i
′
y
i
′
w
i
±
{
∑
i
=
1
n
(
x
i
′
)
2
w
i
−
∑
i
=
1
n
(
y
i
′
)
2
w
i
}
2
+
4
(
∑
i
=
1
n
x
i
′
y
i
′
w
i
)
2
2
∑
i
=
1
n
x
i
′
y
i
′
w
i
{\displaystyle \tan \theta ={\frac {\sum _{i=1}^{n}{({x_{i}}')^{2}w_{i}}-\sum _{i=1}^{n}{({y_{i}}')^{2}w_{i}}}{2\sum _{i=1}^{n}{x_{i}}'{y_{i}}'w_{i}}}\pm {\frac {\sqrt {{\big \{}{\sum _{i=1}^{n}{({x_{i}}')^{2}w_{i}}-\sum _{i=1}^{n}{({y_{i}}')^{2}w_{i}}{\big \}}^{2}+4{(\sum _{i=1}^{n}{x_{i}}'{y_{i}}'w_{i})}^{2}}}}{2\sum _{i=1}^{n}{x_{i}}'{y_{i}}'w_{i}}}}
^ Yuill, R. S. 1971. The Standard Deviational Ellipse; An Updated Tool for Spatial Description. Geografiska Annaler: Series B, Human Geography 53: 28-39. doi :10.1080/04353684.1971.11879353
^ Gale, N. 1982. Some Applications of Computer Cartography to the Study of Cognitive Configurations. The Professional Geographer 34: 313-321. doi :10.1111/j.0033-0124.1982.00313.x