gaussian_mdl: Create an object of S3 class 'gaussian_mdl'

Description Usage Arguments Value Examples

View source: R/gaussian.R

Description

Create an object of S3 class gaussian_mdl

Usage

1
gaussian_mdl(mu, sigma, hyper_params = list())

Arguments

mu

a vector giving the means of the variables

sigma

a positive-definite symmetric matrix specifying the covariance matrix of the variables

hyper_params

hyperparameters (not implemented)

Value

object of class gaussian_mdl

Examples

1
gaussian_mdl(c(1, 2), matrix(c(1, 0, 0, 2), 2, 2))

XiaoqiLu/ziclust documentation built on Dec. 18, 2021, 7:22 p.m.