NDistDens {L2DensityGoFtest} | R Documentation |
Select null distribution
Description
Implements the selection of null distribution; to be used within the implementation of the test statistic S.n
Usage
NDistDens(x, dist, p1, p2)
Arguments
x |
A vector of data points - the available sample size. |
dist |
The null distribution. |
p1 |
Argument 1 (vector or object) for the null distribution. |
p2 |
Argument 2 (vector or object) for the null distribution. |
Details
Implements the null distribution evaluation at designated points, given the parameters p1 and p2.
Value
A vector containing the density values of the designated distribution
Author(s)
Dimitrios Bagkavos
R implementation and documentation: Dimitrios Bagkavos <dimitrios.bagkavos@gmail.com>
References
Bagkavos, Patil and Wood: Nonparametric goodness-of-fit testing for a continuous multivariate parametric model, (2021), under review.
[Package L2DensityGoFtest version 0.6.0 Index]