neuron_morphology.features.statistics.moments

Module Contents

Functions

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
neuron_morphology.features.statistics.moments.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)