GenDiscrGauss {HEtools}R Documentation

Generate Polynomial with Discrete Gaussian Coefficients

Description

Generate Polynomial with Discrete Gaussian Coefficients

Usage

GenDiscrGauss(n, s = 3)

Arguments

n

the order

s

scale the sigma (down)

Value

polynomial of the form x^^n + 1

Examples

n = 5
GenDiscrGauss(n)

GenDiscrGauss(n=5, s=2)

[Package HEtools version 1.0.0 Index]