Closed a-yildiz closed 4 years ago
MvNormal is called without calling using Distributions before anywhere in the chapter. Therefore, will result in UndefVarError.
MvNormal
using Distributions
UndefVarError
As mentioned on p. 424, not all packages are explicitly imported (to keep the code compact).
MvNormal
is called without callingusing Distributions
before anywhere in the chapter. Therefore, will result inUndefVarError
.