Learn R Programming

rddensity (version 2.1)

rddensity_H: Internal function, normal distribution related quantities.

Description

rddensity_H calculates normal densities and derivatives.

Usage

rddensity_H(x, p)

Arguments

x

Numeric, point of evaluation.

p

Integer, polynomial order

Value

Returns density or derivatives.

Details

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