hyperspy.samfire_utils.goodness_of_fit_tests.information_theory module

class hyperspy.samfire_utils.goodness_of_fit_tests.information_theory.AIC_test(tolerance)

Bases: object

map(model, mask)
test(model, ind)
class hyperspy.samfire_utils.goodness_of_fit_tests.information_theory.AICc_test(tolerance)

Bases: object

map(model, mask)
test(model, ind)
class hyperspy.samfire_utils.goodness_of_fit_tests.information_theory.BIC_test(tolerance)

Bases: object

map(model, mask)
test(model, ind)
hyperspy.samfire_utils.goodness_of_fit_tests.information_theory.notexp_o(x)