smoothpar: Adjust the smoothing parameter to number of observations

View source: R/pl.R

smoothparR 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)

plgraphics documentation built on Oct. 19, 2023, 3 p.m.