Norm - function to be minimized during distrubution fit
N(par, val, dist, norm, n.points)
par: parameter valueval: empirical valuedist: name of the distribution to be fittednorm: norm used for distribution fitting - id ('N1', 'N2', 'N3', 'N4')n.points: number of points to be subsetted from ecdfN(c(0,1), rnorm(1000), 'norm', 'N2', 30)
Related functions from the same R package