mix2gaussHist {dsdp} | R Documentation |
Dataset of Mixture of 2 Gaussian Distributions: Histogram version
Description
Dataset of Mixture of 2 Gaussian Distributions, histogram version, whose density is:
\frac{0.3}{\sqrt{2 \pi 0.5^2}}
\exp\left(\frac{(x+1)^2}{2 \cdot 0.5^2}\right) +
\frac{0.7}{\sqrt{2 \pi 0.5^2}}
\exp\left(\frac{(x-1)^2}{2 \cdot 0.5^2}\right)
.
Usage
mix2gaussHist
Format
A list of numeric vectors of Bimodal Gaussian Mixture Model.
- n200
A numeric vector with 200 elements.
- n200p
Histogram sample data with 25 bins.
- n200f
Histogram frequency data with 25 bins.
- n400
A numeric vector with 400 elements.
- n400p
Histogram sample data with 50 bins.
- n400f
Histogram frequency data with 50 bins.
- n800
A numeric vector with 800 elements.
- n800p
Histogram sample data with 100 bins.
- n800f
Histogram frequency data with 100 bins.
Source
[Package dsdp version 0.1.1 Index]