Learn R Programming

tensorordinal (version 0.2.0)

bic: Bayesian Information Criterion (BIC) value

Description

Compute Bayesian Information Criterion (BIC) given a parameter tensor, an observed tensor, the dimension, and the rank

Usage

bic(ttnsr,theta,omega,d,r)

Arguments

ttnsr

an observed tensor

theta

a continuous-valued tensor (latent parameters)

omega

the cut-off points

d

dimension of the tensor

r

rank of the tensor

Value

BIC value at given inputs