diff --git a/stereo/algorithm/time_series_analysis.py b/stereo/algorithm/time_series_analysis.py index 51dabefc..9fb20602 100644 --- a/stereo/algorithm/time_series_analysis.py +++ b/stereo/algorithm/time_series_analysis.py @@ -37,7 +37,9 @@ def main( :param p_val_combination: p_value combination method to use, choosing from ['fisher', 'mean', 'FDR'] :param cluster_number: number of cluster - All the parameters below are key word arguments and only for `other` `run_method`. + .. note:: + + All the parameters below are key word arguments and only for `other` run_method. :param spatial_weight: the weight to combine spatial feature, defaults to 1. :param n_spatial_feature: n top features to combine of spatial feature, defaults to 2.