Learn R Programming

⚠️There's a newer version (1.2) of this package.Take me there.

UPMASK (version 1.0)

Unsupervised Photometric Membership Assignment in Stellar Clusters

Description

An implementation of the UPMASK method for performing membership assignment in stellar clusters in R. It is prepared to use photometry and spatial positions, but it can take into account other types of data. The method is able to take into account arbitrary error models, and it is unsupervised, data-driven, physical-model-free and relies on as few assumptions as possible. The approach followed for membership assessment is based on an iterative process, principal component analysis, a clustering algorithm and a kernel density estimation.

Copy Link

Version

Install

install.packages('UPMASK')

Monthly Downloads

14

Version

1.0

License

GPL (>= 3)

Maintainer

Alberto Krone-Martins

Last Published

September 16th, 2014

Functions in UPMASK (1.0)

innerLoop

UPMASK inner loop
create_randomKde2d

Compute the density based distance quantity using a 2D Kernel Density Estimation
performCuts

Perform cuts in the data
analyse_randomKde2d_smart

Perform analysis of random 2d distributions
outerLoop

UPMASK outer loop
meanThreeSigRej

Perform cuts in the data
getStarsAtHighestDensityRegion

Perform cut in the membership list based on the 2D space distribution
analyse_randomKde2d

Perform analysis of random 2d distributions
UPMASK-package

Unsupervised Photometric Membership Assignment in Stellar Clusters
kde2dForSubset

Compute the density based distance quantity using a 2D Kernel Density Estimation
create_smartTable

Create a look up table
UPMASKfile

Run UPMASK in a file
UPMASKdata

Run UPMASK in a data frame
takeErrorsIntoAccount

Take Errors Into Account for UPMASK analysis
analyse_randomKde2d_AutoCalibrated

Perform analysis of random 2d distributions (auto calibrated)