How to determine the mu and sigma in evpdf(X,mu,sigma)?

There are no detailed information about how we can get the mu,sigma in evpdf(X,mu,sigma). And I have tried many times according the function of Extreme I Distribution, but it didn't work.

답변 (1개)

Vishal Bhutani
Vishal Bhutani 2018년 9월 21일
Hi, as mentioned in the documentation link for function ‘evpdf’, mu and sigma are parameters evaluated at the values in the input variable. For example:
>> Y = evpdf(X,mu,sigma)
returns the pdf of the type 1 extreme value distribution with location parameter mu and scale parameter sigma, evaluated at the values in X. X, mu, and sigma can be vectors, matrices, or multidimensional arrays that all have the same size. A scalar input is expanded to a constant array of the same size as the other inputs.
Link of the documentation:
Hope it helps.

댓글 수: 1

See the Parameters section of this documentation page for an example of how to fit data to the extreme value distribution using evfit.
See this page in the documentation for how to fit univariate distributions to data using the Distribution Fitter app.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

질문:

2018년 9월 13일

댓글:

2018년 9월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by