example0 {rgTest}R Documentation

Example

Description

These example contains a dataset, the label of the observations in the dataset, the distance matrix of the dataset using L2 distance, and the edge matrix generated by 5-MST.

Usage

example0

Format

An object of class list of length 4.

Details

data

pooled dataset of two samples sampling from two different t-distributions.

label

label of the observations. 'sample 1' denotes the observations in sample 1. 'sample 2' denotes the observations in sample 2.

distance

the distance matrix of the pooled dataset using L2 distance.

edge

edge matrix generated by 5-MST.


[Package rgTest version 0.1 Index]