pcntoolkit.math_functions.factorize =================================== .. py:module:: pcntoolkit.math_functions.factorize Functions --------- .. autoapisummary:: pcntoolkit.math_functions.factorize.factorize_exponential pcntoolkit.math_functions.factorize.factorize_gamma pcntoolkit.math_functions.factorize.factorize_halfnormal pcntoolkit.math_functions.factorize.factorize_lognormal pcntoolkit.math_functions.factorize.factorize_normal pcntoolkit.math_functions.factorize.factorize_uniform Module Contents --------------- .. py:function:: factorize_exponential(samples, freedom=1) -> tuple[float] .. py:function:: factorize_gamma(samples, freedom=1) -> tuple[float, float] .. py:function:: factorize_halfnormal(samples, freedom=1) -> tuple[float] .. py:function:: factorize_lognormal(samples, freedom=1) -> tuple[float, float] .. py:function:: factorize_normal(samples, freedom=1) -> tuple[float, float] .. py:function:: factorize_uniform(samples, freedom=1) -> tuple[float, float]