I have dataset of 250000 points which has 15 features. Each feature takes values from 0 to 100.
So, I want to fit a probability distribution to this dataset to identify outliers like wrong data entry.
For univariate there is fitdist
in R, what about multi variate?
How to do this effectively in R or Python?