File:Shepard interpolation.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Shepard_interpolation.png (640 × 160 pixels, file size: 19 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]DescriptionShepard interpolation.png |
English: Shepard's interpolation method for different values of the power parameter p. |
Source | Own work |
Author | Hankwang |
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
This plot was created with Gnuplot by n.
- Data generation (perl)
#!/usr/bin/perl -w $n=40; $p=0.1; srand(6); for ($i = 0; $i < $n; ++$i) { $x = rand(1); $y = rand(1); $v = (rand(1) < $p) ? 1 : 0; print("$x $y $v\n"); }
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:52, 2 October 2010 | 640 × 160 (19 KB) | Hankwang (talk | contribs) | {{Information |Description={{en|1=Shepard's interpolation method for different values of the power parameter ''p''.}} |Source={{own}} |Author=Hankwang |Date= |Permission= |other_versions= }} Category:Interpolation |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on fi.wikipedia.org