generate_poisson_data: Simulate test data for Poisson PCA

Description Usage Arguments Value

Description

Simulate test data for Poisson PCA

Usage

1
generate_poisson_data(k = 4, n = 100, d = 10, eps = 0.05)

Arguments

k

The latent subspace dimension.

n

The number of samples to generate.

d

The dimension of the samples.

eps

The variance of the noise around the latent subspace.

Value

A list with the following elements,
$X: The simulated poisson data. $V: The latent subspace in the natural parameter space. $A: The latent scores in the natural parameter space.


krisrs1128/expPCA documentation built on May 20, 2019, 1:26 p.m.