MATLAB: How can I use higher order statistics in an image

higher order statisticsImage Processing ToolboxStatistics and Machine Learning Toolbox

I want to use a higher order statistic on a 2D image segmentation program.
I find this code:
PD = ProbDistUnivParam('normal',Image);
but it's produce an error, "PARAMS must be a numeric vector"
thanks

Best Answer

there is a pdf file have an explanation of HOS with matlab.