bayesvalidrox.surrogate_models.eval_rec_rule.poly_rec_coeffs

bayesvalidrox.surrogate_models.eval_rec_rule.poly_rec_coeffs(n_max, poly_type, params=None)

Computes the recurrence coefficients for classical Wiener-Askey orthogonal polynomials.

Parameters

n_maxint

Maximum polynomial degree.

poly_typestring

Polynomial type.

paramslist, optional

Parameters required for laguerre poly type. The default is None.

Returns

ABdict

The 3 term recursive coefficients and the applicable ranges.