kb/data/en.wikipedia.org/wiki/Andrews_plot-0.md

250 lines
4.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Andrews plot"
chunk: 1/1
source: "https://en.wikipedia.org/wiki/Andrews_plot"
category: "reference"
tags: "science, encyclopedia"
date_saved: "2026-05-05T12:21:14.742153+00:00"
instance: "kb-cron"
---
In data visualization, an Andrews plot or Andrews curve is a way to visualize structure in high-dimensional data. It is basically a rolled-down, non-integer version of the KentKiviat radar m chart, or a smoothed version of a parallel coordinate plot. It is named after the statistician David F. Andrews.
A value
x
{\displaystyle x}
is a high-dimensional datapoint if it is an element of
R
d
{\displaystyle \mathbb {R} ^{d}}
. We can represent high-dimensional data with a number for each of their dimensions,
x
=
{
x
1
,
x
2
,
,
x
d
}
{\displaystyle x=\left\{x_{1},x_{2},\ldots ,x_{d}\right\}}
. To visualize them, the Andrews plot defines a finite Fourier series:
f
x
(
t
)
=
x
1
2
+
x
2
sin
(
t
)
+
x
3
cos
(
t
)
+
x
4
sin
(
2
t
)
+
x
5
cos
(
2
t
)
+
{\displaystyle f_{x}(t)={\frac {x_{1}}{\sqrt {2}}}+x_{2}\sin(t)+x_{3}\cos(t)+x_{4}\sin(2t)+x_{5}\cos(2t)+\cdots }
This function is then plotted for
π
<
t
<
π
{\displaystyle -\pi <t<\pi }
. Thus each data point may be viewed as a line between
π
{\displaystyle -\pi }
and
π
{\displaystyle \pi }
. This formula can be thought of as the projection of the data point onto the vector:
(
1
2
,
sin
(
t
)
,
cos
(
t
)
,
sin
(
2
t
)
,
cos
(
2
t
)
,
)
{\displaystyle \left({\frac {1}{\sqrt {2}}},\sin(t),\cos(t),\sin(2t),\cos(2t),\ldots \right)}
If there is structure in the data, it may be visible in the Andrews curves of the data.
These curves have been utilized in fields as different as biology, neurology, sociology and semiconductor manufacturing. Some of their uses include the quality control of products, the detection of period and outliers in time series, the visualization of learning in artificial neural networks, and correspondence analysis.
Theoretically, it is possible to project them onto an n-sphere. The projection onto the circle results in the aforementioned radar chart.
== References ==