Examples
API
References
Construct a random Gaussian.
key (Array) – jax.random seed
Array
n_dimensions (int) – desired covariance dimensions
int
stdev – standard deviation of loc and log eigenvalues (means for both are 0)
dtype (Optional[dtype]) – data type
Optional
dtype
stdev_mean (float) –
stdev_cov (float) –
ridge (Union[float, jax._src.numpy.lax_numpy.array]) –
Gaussian
A random Gaussian.