mp_threeptcor
|
compute 3 pt correlation function in 3D in //
flag pp = defines the number of pts over which to average
EXAMPLE
#include "Chris/randfield.i"
ui=genrandfield3D(25); u=fft(ui,[-1,-1,-1]).re;
res =mp_threeptcor(u)
interpreted function, defined at contrib/correl.i line 959
|