You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like invquad(M, x) == quad(inv(M), x), it would be useful to also have functions invwhiten(M, x) == whiten(inv(M), x) and invunwhiten(M, x) == unwhiten(inv(M), x). This is primarily useful when the PD matrix represents a precision matrix instead of a covariance.
The text was updated successfully, but these errors were encountered:
Like
invquad(M, x) == quad(inv(M), x)
, it would be useful to also have functionsinvwhiten(M, x) == whiten(inv(M), x)
andinvunwhiten(M, x) == unwhiten(inv(M), x)
. This is primarily useful when the PD matrix represents a precision matrix instead of a covariance.The text was updated successfully, but these errors were encountered: