N {CoSMoS} | R Documentation |
Norm - function to be minimized during distrubution fit
N(par, val, dist, norm, n.points)
par |
parameter value |
val |
empirical value |
dist |
name of the distribution to be fitted |
norm |
norm used for distribution fitting - id ('N1', 'N2', 'N3', 'N4') |
n.points |
number of points to be subsetted from ecdf |
N(c(0,1), rnorm(1000), 'norm', 'N2', 30)