find_max_cubic

Contents

find_max_cubic#

jetset.poly_fit.find_max_cubic(p, x, y, dy=None, x_range=None)[source]#

Find max cubic.

Parameters:
  • p (object) – Parameter controlling p.

  • x (object) – Parameter controlling x.

  • y (object) – Parameter controlling y.

  • dy (object, optional) – Parameter controlling dy.

  • x_range (object, optional) – Range for x.

Returns:

Computed result.

Return type:

object