How to use Gamfit function

12 ビュー (過去 30 日間)
pbarua2
pbarua2 2019 年 4 月 29 日
Hi, I have written the code to get gamma function graph. Now i want to get the 95% confidence interval. So how to use Gamfit function to get it? Here's the code
X=1:50;
ALPHA=2.5;
BETA=0.6;
PDF=gampdf(X,ALPHA,BETA);
plot(X,PDF);

回答 (0 件)

カテゴリ

Help Center および File ExchangeGamma Functions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by