SubspaceMatrices#

class do_dpc.dpc.mpc_nfour_sid.SubspaceMatrices(R_22, R_32)[source]#

Bases: object

Represents needed matrices defined in the paper: [PO-MOESP Subspace Identification of Directed Acyclic Graphs with Unknown Topology] (https://www.sciencedirect.com/science/article/pii/S0005109814005998).

R_22#
Type:

np.ndarray

R_32#
Type:

np.ndarray

__getitem__(index)[source]#

Allow indexing.

Methods#

Attributes#

R_22#

SubspaceMatrices.R_22: ndarray#

R_32#

SubspaceMatrices.R_32: ndarray#