Learn R Programming

HEtools (version 1.0.0)

GenDiscrGauss: Generate Polynomial with Discrete Gaussian Coefficients

Description

Generate Polynomial with Discrete Gaussian Coefficients

Usage

GenDiscrGauss(n, s = 3)

Value

polynomial of the form x^^n + 1

Arguments

n

the order

s

scale the sigma (down)

Examples

Run this code
n = 5
GenDiscrGauss(n)

GenDiscrGauss(n=5, s=2)

Run the code above in your browser using DataLab