nntsDistributioninterval0to1 | R Documentation |
Computes the distribution function at theta for the incidence data (number of observed values in certain intervals defined in the interval [0,1))
nntsDistributioninterval0to1(theta, cpars = 1/sqrt(2 * pi), M = 0)
theta |
Value at which the distribution function is computed |
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 |
The function returns the value of the distribution function at theta
Juan Jose Fernandez-Duran and Maria Mercedes Gregorio-Dominguez
cpars<-nntsrandominitial(2)
nntsDistributioninterval0to1(pi, cpars, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.