watex.utils.exmath.find_limit_for_integration#

watex.utils.exmath.find_limit_for_integration(ix_arr, b0=[])[source]#

Use the roots between f curve and basement curves to detect the limit of integration.

Parameters
  • ix_arr – array-like - Indexes array from masked array where the value are true i.e. where :math:` b-f > 0 Rightarrow b> f` .

  • b0 – list - Empy list to hold the limit during entire loop

Note

\(b > f \Longrightarrow\) Curve b (basement) is above the fitting curve \(f\) . \(b < f\) otherwise. The pseudoarea is the area where :math:` b > f` .

Returns

list - integration bounds