문제

If I have a large sample of data (a vector of 10000 numbers or so), is there some tool that will look at the data and try to fit a number of common statistical distributions to the data and report on how good a fit each one is? If I have to specify the list of possible distributions myself, that's ok.

도움이 되었습니까?

해결책

If you are looking for Statistics tools ... R would probably be the first choice - have a look at: www.r-project.org
Grab RStudio as an IDE install package Deducer and off you go with your analysis. Ah, and by the way it's all Open-Source / Freeware ...

Greetings, Walter

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top