How to get probability of new data point from probability object (fitdist)?
问题 I have fitted several probability distribution to my dataset by using the Matlab fitdist function in the following way: pd = fitdist(myDataset,distname) From this function I got a probability distribution object pd . I now that I can calculate mean(pd) , std(pd) , median(pd) etc. But how can I calculate the probability of a new data point according to the fitted distribution? 回答1: You can evaluate the probability value thanks to the pdf() function. First of all you can create your probability