Given a dataset X with N observations in 11 dimensions, where each variable is restricted to be >= 0, how is it possible to fit an 11-dimensional log-normal distribution to this dataset?
I only found sources for fitting an univariate lognormal to data, but I didn't find anything for the multivariate case.
I would be happy if this was possible in MATLAB, however python or R would also be fine.