If I try to input a symbolic multivariate distribution, I do not get a useful result.
PDF[MultinormalDistribution[m, S], x] (* During evaluation of MultinormalDistribution::vrprm: The value m at position 1 in MultinormalDistribution[m,S] is expected to be a list of real numbers. *) (* During evaluation of MultinormalDistribution::vrprm: The value m at position 1 in MultinormalDistribution[m,S] is expected to be a list of real numbers.*) (* PDF[MultinormalDistribution[m, S], x] *) Clearly, Mathematica could return an appropriate symbolic expression. Is there any way of making it do so?
