Compute Bayesian Information Criterion (BIC) given a parameter tensor, an observed tensor, the dimension, and the rank based on cumulative logistic model. This BIC function is designed for selecting rank in the fit_ordinal function.
bic(ttnsr,theta,omega,d,r)BIC value at given inputs based on cumulative logistic model.
An observed tensor.
A continuous-valued tensor (latent parameters).
The cut-off points.
Dimension of the tensor.
Rank of the tensor.