Feeds
답변 있음
boxplot insists on removing outliers, is there an option to disable outlier removal?
Just set whisker to inf. That will work. for example: boxplot(mydata, 'whisker', inf);
boxplot insists on removing outliers, is there an option to disable outlier removal?
Just set whisker to inf. That will work. for example: boxplot(mydata, 'whisker', inf);
거의 5년 전 | 3
