N function

Norm - function to be minimized during distrubution fit

Norm - function to be minimized during distrubution fit

N(par, val, dist, norm, n.points)

Arguments

  • 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

Examples

N(c(0,1), rnorm(1000), 'norm', 'N2', 30)

Other functions in CoSMoS

Related functions from the same R package