cond_indep_lognormal

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

Conditionally independent lognormal and normal distributions.

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

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