Skip to content

sangstar/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Update:

Going to revamp my repository here. Currently working on coding my own Perlin noise.

random

Ongoing project coding up randomness tests anyone can use on their data, typically assessing randomness quality using a test statistic Z. Some tests are already in certain libraries (chi-square is in scipy's library). Assumes user has a decided upon significance level.

Current tests

Runs

  1. Takes data as an array of 1's and 0's.

Chi-square

  1. Takes data as a contingency table.
  2. Assumes table does not include totals.

About

Randomness tests package (ongoing).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages