L.mat {pendensity} | R Documentation |
Calculates the difference matrix of order m
Description
Calculating the differences matrix 'L' of order 'm', depending on the number of knots 'k'.
Usage
L.mat(penden.env)
Arguments
penden.env |
Environment of pendensity() |
Value
Returns the difference matrix of order 'm' for given number of knots 'K'.
The needed values are saved in the environment.
Note
Right now, the difference matrix is implemented for m=1,2,3,4.
Author(s)
Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>
References
Density Estimation with a Penalized Mixture Approach, Schellhase C. and Kauermann G. (2012), Computational Statistics 27 (4), p. 757-777.
[Package pendensity version 0.2.13 Index]