smoothpar {plgraphics}R Documentation

Adjust the smoothing parameter to number of observations

Description

Adjust the smoothing parameter to number of observations

Usage

smoothpar(n)

Arguments

n

number of observations

Value

smoothing parameter

Author(s)

Werner A. Stahel

Examples

  smoothpar(50)
  t.n <- c(5,10,20,100,1000)
  smoothpar(t.n)

[Package plgraphics version 1.2 Index]