kmeanfun {otrimle}R Documentation

Mean and standard deviation of unimodality statistic

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

  kmeanfun(n)
  ksdfun(n)

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

   kmeanfun(50)
   ksdfun(50)

[Package otrimle version 2.0 Index]