Learn R Programming

rddensity (version 2.6)

rddensity_H: Internal function, normal distribution related quantities.

Description

rddensity_H calculates normal densities and derivatives.

Usage

rddensity_H(x, p)

Value

Returns density or derivatives.

Arguments

x

Numeric, point of evaluation.

p

Integer, polynomial order

Details

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