demo_mix: Demo objects

Description Usage Format Examples

Description

Demo objects from the classes provided by this package.

Usage

1
2
3

Format

An object of class normmix of length 5.

Examples

1
2
3
4
5
demo_mix <- normmix(ps = c(.3, .7), mus = list(c(0.2, 0.2), c(.8, .8)),
                    sigmas = list(.01*diag(2), .01*diag(2)))
demo_intsurf <- normmix(ps = c(.3, .7), mus = list(c(0.2, 0.2), c(.8, .8)),
                        sigmas = list(.01*diag(2), .01*diag(2)),
                        lambda = 100, win = square(1))

wangyuchen/sppmix documentation built on May 4, 2019, 12:58 a.m.