skbio.stats.gradient.FirstDifferenceGradientANOVA#
- class skbio.stats.gradient.FirstDifferenceGradientANOVA(coords, prop_expl, metadata_map, trajectory_categories=None, sort_category=None, axes=3, weighted=False)[source]#
Perform trajectory analysis using the first difference algorithm.
It calculates the norm for all the time-points and then calculates the first difference for each resulting point
See also
Methods (inherited)
Compute the trajectories for each group and category and run ANOVA.
Special methods (inherited)
__eq__Return self==value.
__ge__Return self>=value.
__getstate__Helper for pickle.
__gt__Return self>value.
__hash__Return hash(self).
__le__Return self<=value.
__lt__Return self<value.
__ne__Return self!=value.
__str__Return str(self).
Details