py_eddy_tracker.observations.network.get_percentile_on_following_obs

py_eddy_tracker.observations.network.get_percentile_on_following_obs(i, indexs, percents, follow_obs, t, segment, i_target, window, q=50, nb_min=1)[source]

Get stat on a part of segment close of an event

Parameters:
  • i (int) – index to follow

  • indexs (array) – indexs from coherence

  • percents (array) – percent from coherence

  • follow_obs (array[int]) – give index for the following observation

  • t (array) – time for each observation

  • segment (array) – segment for each observation

  • i_target (int) – index of target

  • window (int) – time window of search

  • q (int) – Percentile from 0 to 100, defaults to 50

  • nb_min (int) – Number minimal of observation to provide statistics, defaults to 1

:return float : return statistic