Determine the points where two models intersect.
Parameters: |
|
---|---|
Returns: | A sorted array of points where the two models intersect on the interval (up to a resolution of (max-min)/nsample), or if full_output is True, returns (array,scipy.optimize.zeros.RootResults) |
kwargs are passed into scipy.optimize.brentq()