yaw.options.CovKind#

class yaw.options.CovKind(value)[source]#

Bases: StrEnum

Possible values for parameter kind.

full#

Full covariance matrix (default).

diag#

Covariance matrix with main and some off-diagonals.

var#

Covariance matrix with main diagonal only.

Note

Methods omitted here, all string methods should be inherited.