:mod:`neuron_morphology.features.statistics.moments` ==================================================== .. py:module:: neuron_morphology.features.statistics.moments Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: neuron_morphology.features.statistics.moments.moments .. function:: moments(data: Data, node_types: Optional[List] = None, coord_type: COORD_TYPE = COORD_TYPE.NODE) Calculate the moments of specific coordinate type and node type :Parameters: **data: Data Object containing a morphology** .. **node_types: a list of node types (see neuron_morphology constants)** .. **coord_type: Restrict analysis to specific coordinate type** (see neuron_morphology.features.statistics.coordinates for options) .. !! processed by numpydoc !!