Fitting the cumulative distribution function using MATLAB
问题 How is it possible to make the following data more fitted when i will plot using Cumulative_distribution_function? here is my code, plotted using the cdfplot clear all; close all; y = [23 23 23 -7.59 23 22.82 22.40 13.54 -3.97 -4.00 8.72 23 23 10.56 12.19 23 9.47 5.01 23 23 23 23 22.85 23 13.61 -0.77 -14.15 23 12.91 23 20.88 -9.42 23 -1.37 1.83 14.35 -8.30 23 15.17 23 5.01 22.28 23 21.91 21.68 -4.76 -13.50 14.35 23] cdfplot(y) 回答1: There is no definite answer to your question, it is too broad