scmean: Sigma-Clipped Mean

Description Usage Arguments Author(s) See Also

View source: R/scmean.R

Description

Calculates a sigma-clipped mean

Usage

1
scmean(x, mult = 3, loop = 10)

Arguments

x

a vector of data

mult

multiples of 1-sigma with which to clip the data (about the mean)

loop

number of loops clipping the data

Author(s)

Lee Kelvin <lee.kelvin@uibk.ac.at>

See Also

The astronomy package: astro.


astro documentation built on May 2, 2019, 2:14 a.m.

Related to scmean in astro...