필터 지우기
필터 지우기

how to calculate aic of normally distributed pdf?

조회 수: 6 (최근 30일)
Lalit Upadhyaya
Lalit Upadhyaya 2024년 3월 25일
댓글: Lalit Upadhyaya 2024년 3월 26일
how to calculate Akaike information criterion (AIC) a of normally distributed pdf?
  댓글 수: 6
Sam Chak
Sam Chak 2024년 3월 26일
Could you please provide the formula for calculating the AIC (Akaike Information Criterion) value? This will allow forum users to clearly see which information can be extracted from the data and then incorporated into the AIC formula. Taking this primitive approach will help the users gain a better understanding of the calculation process.
m = [203.8 230.6 376.8 101.2 128.8 286.8 316.5 313.9 386.4 116 94.8 314.9 267.26 201.65];
stem(m), grid on
Lalit Upadhyaya
Lalit Upadhyaya 2024년 3월 26일
Suppose that we have a statistical model of some data. Let k be the number of estimated parameters in the model. Let L be the maximized value of the likelihood function for the model. Then the AIC value of the model is the following.
AIC = 2 * k − 2 * ln(L)

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by