multiplicative_noise

hyppo.tools.multiplicative_noise(n, p)

Multiplicative Noise simulation.

Multiplicative Noise (X,Y)Rp×Rp: \UN(0,Ip),

XN(0,Ip)Y|d|=U|d|X|d| for d=1,...,p
Parameters
  • n (int) -- The number of samples desired by the simulation (>= 5).

  • p (int) -- The number of dimensions desired by the simulation (>= 1).

Returns

x,y (ndarray of float) -- Simulated data matrices. x` and ``y have shapes (n, p) and (n, p) where n is the number of samples and p is the number of dimensions.