std_rejectoutliers# std_rejectoutliers(STUDY, ALLEEG, clusters='all', th=3.0, *, return_com=False)# Move components farther than th cluster-distance stds to outliers. Parameters: STUDY (dict[str, Any] | None) ALLEEG (Any) clusters (Any) th (float) return_com (bool) Return type: Any