HyperSpy API is changing in version 2.0, see the release notes!

hyperspy.api.samfire.fit_tests#

hyperspy.api.samfire.fit_tests.AIC_test(...)

Akaike information criterion test

hyperspy.api.samfire.fit_tests.AICc_test(...)

Akaike information criterion (with a correction) test

hyperspy.api.samfire.fit_tests.BIC_test(...)

Bayesian information criterion test

hyperspy.api.samfire.fit_tests.red_chisq_test(...)

class hyperspy.api.samfire.fit_tests.AIC_test(tolerance)#

Bases: object

Akaike information criterion test

map(model, mask)#
test(model, ind)#
class hyperspy.api.samfire.fit_tests.AICc_test(tolerance)#

Bases: object

Akaike information criterion (with a correction) test

map(model, mask)#
test(model, ind)#
class hyperspy.api.samfire.fit_tests.BIC_test(tolerance)#

Bases: object

Bayesian information criterion test

map(model, mask)#
test(model, ind)#
class hyperspy.api.samfire.fit_tests.red_chisq_test(tolerance)#

Bases: goodness_test

map(model, mask)#
test(model, ind)#
property tolerance#

The tolerance.