Clusterpolate -- Inter- and extrapolation for clustered data.
Project description
Traditional approaches for inter- and extrapolation of scattered data
work on a filled rectangular area surrounding the data points or in
their filled convex hull. However, scattered data often consists of
different clusters of irregular shapes and usually contains areas where
there simply is no data. Forcing such data into a traditional inter-
or extrapolation scheme often does not lead to the desired results.
Heatmaps, on the other hand, deal well with scattered data but often do
not provide real interpolation: Instead they usually use raw sums of
kernel functions which overestimate the target value in densely
populated areas.
Clusterpolation is a hybrid inter- and extrapolation scheme to fix this.
It uses kernel functions for a weighted inter- and extrapolation of
local values, as well as for a density estimation of the data. The
latter is used to assign a membership degree to clusterpolated points:
Points with a low membership degree lie in an area where there's just
not enough data.
Raw clusterpolation is available via :py:func:`clusterpolate` and images
of clusterpolated data can be generated via :py:func:`image`.
work on a filled rectangular area surrounding the data points or in
their filled convex hull. However, scattered data often consists of
different clusters of irregular shapes and usually contains areas where
there simply is no data. Forcing such data into a traditional inter-
or extrapolation scheme often does not lead to the desired results.
Heatmaps, on the other hand, deal well with scattered data but often do
not provide real interpolation: Instead they usually use raw sums of
kernel functions which overestimate the target value in densely
populated areas.
Clusterpolation is a hybrid inter- and extrapolation scheme to fix this.
It uses kernel functions for a weighted inter- and extrapolation of
local values, as well as for a density estimation of the data. The
latter is used to assign a membership degree to clusterpolated points:
Points with a low membership degree lie in an area where there's just
not enough data.
Raw clusterpolation is available via :py:func:`clusterpolate` and images
of clusterpolated data can be generated via :py:func:`image`.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clusterpolate-0.1.0.tar.gz
(26.7 kB
view details)
File details
Details for the file clusterpolate-0.1.0.tar.gz
.
File metadata
- Download URL: clusterpolate-0.1.0.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf1d7332d48b90f4701d70205daba22ecfa252f76fc006f8a948b47d33e615d |
|
MD5 | 21f76e704ebd4b577cad7148f574720f |
|
BLAKE2b-256 | 7cc0bf6eec661c44030ef1f3804d62a0642804de033174b57a86091174888434 |