indep_normal

hyppo.tools.indep_normal(n, p=1, random_state=None)

Independent standard normal distributions.

\((X, Y, Z) \in \mathbb{R} \times \mathbb{R} \times \mathbb{R}\):

\[X, Y, Z &\sim N(0, 1)\]
Parameters
  • n (int) -- The number of samples desired by the simulation (>= 5).

  • p (int) -- Ignored.

Returns

x,y,z (ndarray of float) -- Simulated data matrices. x, y, and z.

References