hyperspy.samfire_utils.goodness_of_fit_tests package

Submodules

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)

hyperspy.samfire_utils.goodness_of_fit_tests.red_chisq module

class hyperspy.samfire_utils.goodness_of_fit_tests.red_chisq.red_chisq_test(tolerance)

Bases: hyperspy.samfire_utils.goodness_of_fit_tests.test_general.goodness_test

map(model, mask)
test(model, ind)

hyperspy.samfire_utils.goodness_of_fit_tests.test_general module

class hyperspy.samfire_utils.goodness_of_fit_tests.test_general.goodness_test

Bases: object

tolerance

Module contents