diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-01-15 13:52:01 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-17 17:40:27 -0500 |
commit | 77efaa26921efb916e68f2eaa28c9d54d0017a32 (patch) | |
tree | 89449691ddd59e6de47c3904f297e1358ad78e43 /src/analysis2.i | |
parent | 48b610401b07bf1d5c0b11ecad2c67772ad19d9d (diff) |
meh-tier statistical analysis
Diffstat (limited to 'src/analysis2.i')
-rw-r--r-- | src/analysis2.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/analysis2.i b/src/analysis2.i new file mode 100644 index 0000000..7828ad1 --- /dev/null +++ b/src/analysis2.i @@ -0,0 +1,14 @@ +Antlions organize themselves systematically in response to the +environments where they find themselves. +Individuals attempt to regularize their own pit locations according to +nearby pits and the borders of the living space, and this structure is +affirmed by a statistical test on the uniformity of their distribution. +Using a Monte Carlo simulation of 10,000 randomly distributed patterns +of the same number of pits as observed from each trial, a typical +distribution of the distance to the nearest neighbor was determined. +The distance to the nearest neighbor is approximately independent for +each pit, so a Cram\'er-von Mises statistical test was applied to the +observed distributions, resulting in striking evidence that these pit%' +dsitributions do not conform to a uniformly random independent +distribution of each pit, with all (except one) distributions of +antlions having $p<0.05.$ |