Learn R Programming

DSAM (version 1.0.2)

remainUnsample: Get the remain unsampled data after SSsample

Description

Built-in function: This function is used in the semi-deterministic SS algorithm, and it contains two parameters X and Y, both of which are in an increased order. All data points in X vector that have not appeared in Y vector will be recorded and returned by this function.

Usage

remainUnsample(X, Y)

Value

A vector containing the remaining data that are not in Y.

Arguments

X

A vector that needs to be sampled.

Y

A vector with data samples from X.