R/noiseOut.R

noiseOut <-
function(noise, mu, varsigma) {
  fhandle = get(paste(noise$type, "NoiseOut", sep=""), mode="function")
  #fhandle = str2func([noise.type 'NoiseOut']);
  y = fhandle(noise, mu, varsigma)

  return (y)
}

Try the gptk package in your browser

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

gptk documentation built on May 2, 2019, 3:27 p.m.