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
ERROR: LoadError: Parameter vector RecursiveArrayTools.ArrayPartition{Float64, Tuple{Vector{Float64}, Matrix{Float64}}}(([2.681307820870243, 2.8111549974135714], [-1.7216965999028715 -0.4320207377364004; -0.43202073773640026 -2.325446169405964])) is not a valid natural parameter for distribution ExponentialFamily.MvNormalMeanCovariance.
The check verifies that the negative of [-1.7216965999028715 -0.4320207377364004; -0.43202073773640026 -2.325446169405964] is posdef. It is a correct check, but due to small differences in off diagonal entries the check fails. This is not ideal.
The text was updated successfully, but these errors were encountered:
The check we have is this one
ERROR: LoadError: Parameter vector RecursiveArrayTools.ArrayPartition{Float64, Tuple{Vector{Float64}, Matrix{Float64}}}(([2.681307820870243, 2.8111549974135714], [-1.7216965999028715 -0.4320207377364004; -0.43202073773640026 -2.325446169405964])) is not a valid natural parameter for distribution ExponentialFamily.MvNormalMeanCovariance.
The check verifies that the negative of
[-1.7216965999028715 -0.4320207377364004; -0.43202073773640026 -2.325446169405964]
isposdef
. It is a correct check, but due to small differences in off diagonal entries the check fails. This is not ideal.The text was updated successfully, but these errors were encountered: