Calculate Akaike Information Criterion weight in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I would like to calculate the akaike weight for my data (I have a vector of 5000 sample (time serie of small scale fading)) In order to know which statistical distribution (Rice, Nakagami, weibull) fits better my data.
In matlab, Normally the AIC is calculated using this:
value = aic(model) returns the normalized Akaike's Information Criterion (AIC) value for the estimated model.
I would like to know if the "model" refers to the fitted data. For example in my case : Fitted data to Rice, fitted data to Nakagami, etc.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!