Learn R Programming

plgraphics (version 1.2)

smoothpar: Adjust the smoothing parameter to number of observations

Description

Adjust the smoothing parameter to number of observations

Usage

smoothpar(n)

Value

smoothing parameter

Arguments

n

number of observations

Author

Werner A. Stahel

Examples

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

Run the code above in your browser using DataLab