makeZ: MM Algorithm - Make Z

Description Usage Arguments Author(s) Examples

View source: R/mmalgorithm.R

Description

makeZ Function for making the Z matrix

Usage

1
makeZ(M, lambda)

Arguments

M

Matrix containing observed entries

lambda

Softhreshold parameter

Author(s)

Jocelyn T. Chi

Examples

1
2
A <- matrix(rnorm(9),3,3)
makeZ(A,lambda=3)

gettingtothebottom documentation built on May 29, 2017, 8:28 p.m.