#Calculate mean and Standard deviation. mean = np.mean(x). sd = np.std(x). #Apply function to the data. pdf = normal_dist(x,mean,sd). #Plotting the Results.
確定! 回上一頁