{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _bsplines / _lsq_solve_qr_for_root_rati_periodic

function

scipy.interpolate._bsplines:_lsq_solve_qr_for_root_rati_periodic

source: /scipy/interpolate/_bsplines.py :1911

Signature

def   _lsq_solve_qr_for_root_rati_periodic ( x y t k w )

Summary

Solve for the LSQ spline coeffs given x, y and knots.

Extended Summary

y is always 2D: for 1D data, the shape is (m, 1). w is always 1D: one weight value per x value.

Aliases

  • scipy.interpolate._bsplines._lsq_solve_qr_for_root_rati_periodic