N: Norm - function to be minimized during distrubution fit

Description Usage Arguments Examples

View source: R/norm.R

Description

Norm - function to be minimized during distrubution fit

Usage

1
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

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

CoSMoS documentation built on May 30, 2021, 1:06 a.m.