jacFeatures: Evaluate the jacobian for estimating the feature parameters...

Description Usage Arguments Value

View source: R/jacFeatures.R

Description

Evaluate the jacobian for estimating the feature parameters for one view

Usage

1
2
3
jacFeatures(latentVars, data, distribution, paramEsts, meanVarTrend,
  offSet, compositional, indepModel, m, paramEstsLower, allowMissingness,
  ...)

Arguments

latentVars

A vector of latent variables

data

A list of data matrices

distribution, compositional, meanVarTrend, offSet, paramEsts, paramEstsLower, indepModel

Characteristics of each view

m

dimension

allowMissingness

a boolean, are missing values allowed?

...

Additional arguments passed on to the score and jacobian functions

Value

The jacobian matrix


combi documentation built on Nov. 8, 2020, 5:34 p.m.

Related to jacFeatures in combi...