poisson_init: Initialize vectors for poisson probability functions

Description Usage Arguments Value

View source: R/poisson.R

Description

Takes in the desired initialization parameters, initializes the vectors needed for the poisson probability function poisson_update

Usage

1
poisson_init(init_params = list(a = 1, b = 1), dims)

Arguments

init_params

The list of parameters to be used for initialization

dims

the dimensionality of the data

Value

List of vectors to be used in the iteratively updating algorithm of parameters describing the underlying gaussian distribution of the data.


ocp documentation built on May 2, 2019, 3:46 a.m.