N {CoSMoS}R Documentation

Norm - function to be minimized during distrubution fit

Description

Norm - function to be minimized during distrubution fit

Usage

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)


[Package CoSMoS version 2.1.0 Index]