R/orthogonalPolynomials.R

Defines functions `orthogonalPolynomials`

`orthogonalPolynomials` <-
function(w,x,p) {
  z <- weightedGramSchmidt(outer(x,0:p,"^"),w)$pol[,2:(p+1)]
}

Try the homals package in your browser

Any scripts or data that you put into this service are public.

homals documentation built on May 2, 2019, 6:51 p.m.