bundles / scipy 1.17.1 / scipy / special / _orthogonal / sh_jacobi
function
scipy.special._orthogonal:sh_jacobi
Signature
def sh_jacobi ( n , p , q , monic = False ) Summary
Shifted Jacobi polynomial.
Extended Summary
Defined by
where is the nth Jacobi polynomial.
Parameters
n: intDegree of the polynomial.
p: floatParameter, must have .
q: floatParameter, must be greater than 0.
monic: bool, optionalIf
True, scale the leading coefficient to be 1. Default isFalse.
Returns
G: orthopoly1dShifted Jacobi polynomial.
Notes
For fixed , the polynomials are orthogonal over with weight function .
Aliases
-
scipy.special.sh_jacobi