Matlab v7 not compatible with FITDIST Function ? Anybody Knows???
Mostrar comentarios más antiguos
Hi all,
Does anybody knows if the function "fitdist" is available for matlab version 7.3.0? When I call for this function it says:
" Undefined function or method 'fitdist' for input arguments of type 'double'. "
Any help would be appreciated.
Greetings,
Pedro Cavaco
Respuestas (2)
Kaustubha Govind
el 6 de Mayo de 2011
0 votos
FITDIST does not seem to have existed in MATLAB 7.3 (R2006b), but there is an interactive tool called DFITTOOL that helps with Distribution Fitting. Type "doc" to open up the Help Window and navigate to Statistics Toolbox->Probability Distributions->Distribution GUIs->Distribution Fitting Tool for help.
2 comentarios
Pedro Cavaco
el 6 de Mayo de 2011
Matt Tearle
el 6 de Mayo de 2011
You can use the individual, distribution-specific fitting functions (normfit, lognfit, poissfit, etc) or mle
Categorías
Más información sobre Half-Normal Distribution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!