mango.fmm.chi_squared_pvalue

mango.fmm.chi_squared_pvalue((object)input, (float)dof, (PValueSidednessType)sidedness) → object :

Returns P-value image for Chi-Squared Distribution from input image.

Parameters:
  • input (Dds) – The Dds for which P-value image is calculated.
  • dof (float) – Degrees of freedom parameter for the Chi-squared distribution.
  • sidedness (PValueSidednessType) – Whether to calculate two-sided, left or right p-values.
Return type:

Dds

Returns:

P-value image.

C++ signature :
boost::python::api::object chi_squared_pvalue(boost::python::api::object,double,mango::fmm::PValueSidednessEnum)

Previous topic

mango.fmm.gaussian_pvalue

Next topic

mango.fmm.non_central_chi_squared_pvalue

This Page