Skip to content

Releases: berng/GMSDB

v.3.0

Choose a tag to compare

@berng berng released this 22 Mar 04:06
c4a96ef

Added parabolic_stop into .fit() function.
Allows to use huge n_components and later do not think about their number: BIC search stage will stop automatically as soon as it will found parabolic-like minimum in BIC.
Default value of parabolic_stop is -1 (i.e. do not use this mode)
Recommended value when using huge n_components number : 0.7

v.2.1

Choose a tag to compare

@berng berng released this 28 Oct 03:26

Added correct detection level calculation using theoretical chi-square distribution

v1.0

Choose a tag to compare

@berng berng released this 05 Sep 22:48
e12a6ca

Initial release.
Supports speed improvement at stages 1,3
Support custom significance levels at stages 2,4