| nntsABDensity | R Documentation | 
Density function expressed in terms of the ab parameters at theta
nntsABDensity(theta, cpars = 1/sqrt(2 * pi), M = 0)
theta | 
 Vector of angles in radians  | 
cpars | 
 Vector of complex numbers of dimension M+1. The first element is a real and positive number. The sum of the SQUARED moduli of the c parameters must be equal to 1/(2*pi)  | 
M | 
 Number of components in the NNTS  | 
Returns the density function in terms of the ab coefficients evaluated at theta
Juan Jose Fernandez-Duran and Maria Mercedes Gregorio-Dominguez
ccoef<-nntsrandominitial(3)
nntsABDensity(1,ccoef,3)
nntsABDensity(1+2*pi,ccoef,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.