class susiepca.sim.SimulatedData[source]

the object contain simulated data components.

Variables:
Z : jax.Array

simulated factor

W : jax.Array

simulated loadings

X : jax.Array

simulated data set

sim-public-members

static SimulatedData(_cls, Z: Array, W: Array, X: Array)

Create new instance of SimulatedData(Z, W, X)

__getnewargs__()

Return self as a plain tuple. Used by copy and pickle.

String representation

__repr__()

Return a nicely formatted representation string


Last update: Feb 13, 2024