Amplitude Probability Density Function
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a simple question about the pdf. I have an amplitude data which size is 1000*1, and i want to obtain a pdf of this.
Thanks for now.
0 Commenti
Risposte (1)
Wayne King
il 21 Set 2012
Modificato: Wayne King
il 21 Set 2012
ksdensity() will give you an estimate of the PDF for you data.
If you have a hypothesis about the distribution of your data, then the Statistics Toolbox has a number of utilities for estimating the parameters of various distributions to fit your data.
For example, see the help for histfit(), dfittool(), mle(), etc.
0 Commenti
Vedere anche
Categorie
Scopri di più su Probability Density Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!