Vsqrt_inv

pyoptex.analysis.estimators.sams.models.mixed_lm_model.Vsqrt_inv(V)[source]

Compute the \(\sqrt{V^{-1}}\) by means of an eigenvalue expansion.

Parameters

Vnp.array(2d)

The matrix on which the operator applies.

Returns

Vsqrt_invnp.array(2d)

The result of the operator.