math.stats.distribution.fit.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finwhale Show documentation
Show all versions of finwhale Show documentation
Statistical distributions library (in statu nascendi)
/**
* Goodness of fit tests (Anderson-Darling and Kolmogorov-Smirnov) for ordered
* samples of independent uniformly distributed random variables {@code U_i}
* over {@code (0,1)}
*/
package math.stats.distribution.fit;