Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 821 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 821 Bytes

density-fluctuation

For review.

All codes are tested in Ubuntu 14.04.

Using "Ricker_model.m" and "Ricker_model_GPU.m" to simulate Ricker model in MATLAB; using "Ricker2D_GPU.ipynb" and "Ricker2D_numba_CPU.ipynb" to simulate Ricker model in python.

Using "optimized.zip" to simulate Ising model with CUDA.

"Data.mat" save the yield data of pistachio tree from 2003-2007.

Using "Data.mat" and "Analysis_DF_withoutmale.m" to analyze the data of pistachio tree yield.

Using "Raster_DF_Convolution.m" to calculate density fluctuation of raster data with the convolution method; Using ; using "Vector_DF_square_mark.m" to calculate density fluctuation of vector data with the throwing boxes method.

Using "Statistics.zip" to calculate orderparameter, susceptibility, correlation length and spatial variance in MATLAB.