spmf: Poisson MF but with smoothed factors using smash.pois

View source: R/spmf.R

spmfR Documentation

Poisson MF but with smoothed factors using smash.pois

Description

This is similar to Tom's sgom, but based on Poisson likelihood.

Usage

spmf(
  X,
  K,
  L_init = NULL,
  F_init = NULL,
  smooth_F = TRUE,
  tol = 0.001,
  maxiter = 50,
  verbose = TRUE,
  printevery = 10
)

DongyueXie/stm documentation built on June 18, 2024, 11:01 a.m.