concept-collection / dot-github
Add random-points-in-disk
Jeremy Magland <jmagland@flatironinstitute.org> committed commit cc4a096529aa parent 401b3f6 Browse files
1 changed file+4−0
profile/README.mdmodified+4−0View file
@@ -159,3 +159,7 @@ Utilities and starting points for building your own
159159 ([live](https://concept-collection.github.io/gcd-visualizer/)).
160160 A heatmap of the greatest common divisor of every pair (i, j), laid out as a
161161 color-coded table.
162+- **[random-points-in-disk](https://github.com/concept-collection/random-points-in-disk)**
163+ ([live](https://concept-collection.github.io/random-points-in-disk/)).
164+ How many random points does it take before a disk looks like a disk? Voxel-density
165+ heatmaps of uniform random sampling, next to the 1/&radic;&mu; noise prediction.