Skip to content

syntheticdinosaur/gaussian-random-fields

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Generator of 2D gaussian random fields

Generates 2D gaussian random maps.

The probability distribution of each variable follows a Normal distribution. The variables in the map are spatially correlated. The correlations are due to a scale-free spectrum P(k) ~ 1/|k|^(alpha/2).

The library uses Numpy+Scipy. See the Notebook demo:

Or run with:

 python gaussian_random_fields.py

About

Generator of 2D gaussian random fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%