MATLAB分布擬合工具箱distributionFitter


借助MATLAB(R2017b)分布擬合工具箱distributionFitter,我們可以快速地檢查數據的分布。

 

 

可以進行非參數密度估計(核平滑方法)和參數密度估計(Beta分布、gamma分布、Normal分布等十幾個常用的參數模型)。

給出參數估計結果:

Distribution: Generalized Extreme Value
Log likelihood: 17147.7
Domain: -Inf < y < Inf
Mean: 0.00159053
Variance: 3.21144e-07

Parameter Estimate Std. Err.
k 0.0506112 0.0163658
sigma 0.000411493 6.76348e-06
mu 0.0013314 8.99602e-06

Estimated covariance of parameter estimates:
k sigma mu
k 0.00026784 -3.4765e-08 -5.72776e-08
sigma -3.4765e-08 4.57446e-11 2.81887e-11
mu -5.72776e-08 2.81887e-11 8.09283e-11

 

 可視化pdf、cdf、inverse cdf、概率圖(PP圖)、Survivor func(互補累積分布函數(complementary cumulative distribution function, CCDF))、Cumulative hazard

pdf

 

 

 cdf

inverse cdf

pp圖

Survivor func(互補累積分布函數(complementary cumulative distribution function, CCDF))

 

 Cumulative hazard

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM