Skip to content

Commit 1f5e9da

Browse files
committed
Add time series downsampling thesis to reference database
1 parent 99b1048 commit 1f5e9da

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,8 @@
13211321
13221322
285. Consider more specialized folders for `base/special` packages (see MATLAB's [functionlist](https://www.mathworks.com/help/matlab/functionlist.html))
13231323
1324+
286. [geometric brownian motion](https://en.wikipedia.org/wiki/Geometric_Brownian_motion)
1325+
13241326
13251327
---
13261328

docs/references/bib.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,3 +733,13 @@ @article{stein:1967
733733
volume = {1},
734734
year = {1967},
735735
}
736+
737+
@mastersthesis{steinarsson:2013,
738+
abstract = {As human beings, we often wish to visualize certain information in order to make better sense of it. This can be a somewhat challenging enterprise for large amounts of data and might require downsampling the data, retaining only the important visual characteristics. The focus of this thesis is to explore methods for downsampling data which can be visualized in the form of a line chart, for example, time series. Several algorithms are put forth in the thesis and their features are discussed. Also, an online survey was conducted where participants were asked to compare downsampled line charts against a non-downsampled chart. Some of the algorithms are based on a well-known technique in cartography which involves forming triangles between adjacent data points and using the area of the triangles to determine the perceptual importance of the individual points. According to the survey, algorithms based on a triangle area approach consistently proved to be effective, and one in particular when efficiency is also taken into account.},
739+
author = {Svein Steinarsson},
740+
keywords = {downsample, timeseries, plot, visualize, visualization, dataviz, datavis, time-series, time, series},
741+
school = {University of Iceland},
742+
title = {{Downsampling Time Series for Visual Representation}},
743+
url = {http://skemman.is/handle/1946/15343},
744+
year = {2013}
745+
}

0 commit comments

Comments
 (0)