sgd: Constructor for Single Gaussian Data

Description Usage Arguments Value Examples

Description

Constructor for Single Gaussian Data

Usage

1

Arguments

...

A number of named length-2 numeric vectors providing the mean and precision of each Gaussian distribution in the data set.

Value

An object of class sgd which is effectively a list of named length-2 numeric vectors providing the mean and precision of each Gaussian distribution in the data set.

Examples

1
2
3
4
5
x <- sgd(
  c(mean =  0, precision = 1  ),
  c(mean =  3, precision = 0.5),
  c(mean = -1, precision = 2  )
)

astamm/game documentation built on June 5, 2019, 8:53 a.m.