scipy.special.
sh_jacobi#
- scipy.special.sh_jacobi(n, p, q, monic=False)[source]#
Shifted Jacobi polynomial.
Defined by
where is the nth Jacobi polynomial.
- Parameters:
- nint
Degree of the polynomial.
- pfloat
Parameter, must have .
- qfloat
Parameter, must be greater than 0.
- monicbool, optional
If True, scale the leading coefficient to be 1. Default is False.
- Returns:
- Gorthopoly1d
Shifted Jacobi polynomial.
Notes
For fixed , the polynomials are orthogonal over with weight function .