GenDiscrGauss: Generate Polynomial with Discrete Gaussian Coefficients

View source: R/GenDiscrGauss.R

GenDiscrGaussR 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)

HEtools documentation built on June 22, 2024, 11:19 a.m.