Learn R Programming

opGMMassessment (version 0.4)

Mixture3: Example Gaussian mixture data.

Description

Data set containing 1000 instances distributed according to a Gaussian mixture with m = [-10, 0, 10], s = [1, 2, 3], w = [0.07, 0.05, 0.88].

Usage

data("Mixture3")

Arguments

Details

Size 1000 x 1

Examples

Run this code
data(Mixture3)
str(Mixture3)

Run the code above in your browser using DataLab