skbio.stats.gradient.
WindowDifferenceGradientANOVA
(coords, prop_expl, metadata_map, window_size, **kwargs)[source]¶Perform trajectory analysis using the modified first difference algorithm
It calculates the norm for all the time-points and subtracts the mean of the next number of elements specified in window_size and the current element.
Parameters: |
|
---|---|
Raises: |
|
See also
Built-ins
__init_subclass__ |
This method is called when a class is subclassed. |
Methods
get_trajectories () |
Compute the trajectories for each group in each category and run |