Description Usage Arguments Value Author(s) Examples
Simulates a Gamma distributed random field by simulating a Gaussian Random Field and transforming it to be Gamma distributed.
1 | Sim.3D.GammaRF(d, voxdim, sigma, ksize, mask, shape, rate)
|
d |
A vector specifying the dimensions of a 3D or 4D array. |
voxdim |
The dimensions of each voxel. |
sigma |
The 3D covariance matrix of the field. |
ksize |
The size (in voxels) of the kernel with which to filter the independent field. |
mask |
A 3D mask for the field. |
shape |
The shape parameter of the Gamma distribution. |
rate |
The rate parameter of the Gamma distribution. |
A 3D array containing the simulated field
J. L. Marchini
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.