kmeanfun: Mean and standard deviation of unimodality statistic

Description Usage Arguments Value Author(s) See Also Examples

View source: R/otrimle_nc.R

Description

These functions approximate the mean and standard deviation of the unimodality statistic computed by kerndensmeasure assuming standard Gaussian data dependent on the number of observationsn. They have been chosen based on a simulation involving 74 different values of n. Used for standardisation in kerndensp.

Usage

1
2

Arguments

n

integer. Number of observations.

Value

The resulting mean (kmeanfun) or standard deviation (ksdfun).

Author(s)

Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/

See Also

kerndensp

Examples

1
2
   kmeanfun(50)
   ksdfun(50)

otrimle documentation built on May 29, 2021, 9:09 a.m.

Related to kmeanfun in otrimle...