Learn R Programming

rddensity (version 2.6)

Gplusgenerate: Internal function, generate matrices.

Description

Gplusgenerate generates a matrix.

Usage

Gplusgenerate(p, kernel = "triangular")

Value

Returns a matrix.

Arguments

p

Integer, polynomial order.

kernel

String, the kernel function, can be triangular (default), uniform or epanechnikov.

Details

This is an internal function, and should not be called by users.