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: | coords : pandas.DataFrame
prop_expl : array like
metadata_map : pandas.DataFrame
window_size : int or long
|
---|---|
Raises: | ValueError
|
See also
Methods
get_trajectories () |
Compute the trajectories for each group in each category and run |