6.0 KiB
| title | chunk | source | category | tags | date_saved | instance |
|---|---|---|---|---|---|---|
| Directional component analysis | 2/2 | https://en.wikipedia.org/wiki/Directional_component_analysis | reference | science, encyclopedia | 2026-05-05T09:54:01.826255+00:00 | kb-cron |
The two axes represent anomalies of annual mean rainfall at two locations, with the highest total rainfall anomaly values towards the top right corner of the diagram The joint variability of the rainfall anomalies at the two locations is assumed to follow a bivariate normal distribution The ellipse shows a single contour of probability density from this bivariate normal, with higher values inside the ellipse The red dot at the centre of the ellipse shows zero rainfall anomalies at both locations The blue parallel-line arrow shows the principal axis of the ellipse, which is also the first PCA spatial pattern vector In this case, the PCA pattern is scaled so that it touches the ellipse The diagonal straight line shows a line of constant positive total rainfall anomaly, assumed to be at some fairly extreme level The red dotted-line arrow shows the first DCA pattern, which points towards the point at which the diagonal line is tangent to the ellipse In this case, the DCA pattern is scaled so that it touches the ellipse From this diagram, the DCA pattern can be seen to possess the following properties:
Of all the points on the diagonal line, it is the one with the highest probability density Of all the points on the ellipse, it is the one with the highest total rainfall anomaly It has the same probability density as the PCA pattern, but represents higher total rainfall (i.e., points further towards the top right hand corner of the diagram) Any change of the DCA pattern will reduce either the probability density (if it moves out of the ellipse) or reduce the total rainfall anomaly (if it moves along or into the ellipse) In this case the total rainfall anomaly of the PCA pattern is quite small, because of anticorrelations between the rainfall anomalies at the two locations. As a result, the first PCA pattern is not a good representative example of a pattern with large total rainfall anomaly, while the first DCA pattern is. In
n
{\displaystyle n}
dimensions the ellipse becomes an ellipsoid, the diagonal line becomes an
n
−
1
{\displaystyle n-1}
dimensional plane, and the PCA and DCA patterns are vectors in
n
{\displaystyle n}
dimensions.
== Applications ==
=== Application to Climate Variability === DCA has been applied to the CRU data-set of historical rainfall variability in order to understand the most likely patterns of rainfall extremes in the US and China.
=== Application to Ensemble Weather Forecasts === DCA has been applied to ECMWF medium-range weather forecast ensembles in order to identify the most likely patterns of extreme temperatures in the ensemble forecast.
=== Application to Ensemble Climate Model Projections === DCA has been applied to ensemble climate model projections in order to identify the most likely patterns of extreme future rainfall.
== Derivation of the First DCA Pattern == Source: Consider a space-time data-set
X
{\displaystyle X}
, containing individual spatial pattern vectors
x
{\displaystyle x}
, where the individual patterns are each considered as single samples from a multivariate normal distribution with mean zero and covariance matrix
C
{\displaystyle C}
. As a function of
x
{\displaystyle x}
, the log probability density is proportional to
−
x
t
C
−
1
x
{\displaystyle -x^{t}C^{-1}x}
. We define a linear impact function of a spatial pattern as
r
t
x
{\displaystyle r^{t}x}
, where
r
{\displaystyle r}
is a vector of spatial weights. We then seek to find the spatial pattern that maximises the probability density for a given value of the linear impact function. This is equivalent to finding the spatial pattern that maximises the log probability density for a given value of the linear impact function, which is slightly easier to solve. This is a constrained maximisation problem, and can be solved using the method of Lagrange multipliers. The Lagrangian function is given by
L
(
x
,
λ
)
=
−
x
t
C
−
1
x
−
λ
(
r
t
x
−
1
)
{\displaystyle L(x,\lambda )=-x^{t}C^{-1}x-\lambda (r^{t}x-1)}
Differentiating by
x
{\displaystyle x}
and setting to zero gives the solution
x
∝
C
r
{\displaystyle x\propto Cr}
Normalising so that
x
{\displaystyle x}
is unit vector gives
x
=
C
r
/
(
r
t
C
C
r
)
1
/
2
{\displaystyle x=Cr/(r^{t}CCr)^{1/2}}
This is the first DCA pattern. Subsequent patterns can be derived which are orthogonal to the first, to form an orthonormal set and a method for matrix factorisation.
== References ==