cond_indep_lognormal

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

Conditionally independent lognormal and normal distributions.

(X,Y,Z)R×R×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