GenDiscrGauss {HEtools} | R Documentation |
Generate Polynomial with Discrete Gaussian Coefficients
GenDiscrGauss(n, s = 3)
n |
the order |
s |
scale the sigma (down) |
polynomial of the form x^^n + 1
n = 5
GenDiscrGauss(n)
GenDiscrGauss(n=5, s=2)