Multivariate normal distribution?

Can you post a minimum working example? I.e. the complete sequence of code that triggers the error, including the initialization of all variables and the loading of packages.

Use backticks to format code blocks within discourse. Typing this text

```julia
function f(x, y)
    x + y
end
```

displays as

function f(x, y)
    x + y
end