Lfun.G.upd: Calculate Loss for G Update

Description Usage Arguments

View source: R/Lfun.G.upd.R

Description

Loss function used for updating G. This is not equivalent to the original loss function, as only a part of the total loss depends on G.

Usage

1
Lfun.G.upd(G, a.cur, bwts2, Fr.bk, n, m, q, K)

Arguments

G

The current value for G.

a.cur

The current value for a.

bwts2

The current value of the squared b weights.

Fr.bk

Current product between Fr.cent and bk.

n

Number of respondents.

m

Number of items.

q

Number for rating scale categories so that the rating scale is 1:q.

K

Number of response style groups.


cds documentation built on May 2, 2019, 5:54 a.m.