This function perform all needed calculations to get all Delta related parameters. For do the exact calculations some variables previously calculated are needed.
GetDeltaParams(mx, Delta, Pi, k)
Arguments
mx: Matrix. Agreement contingency table to perform calculations
Delta: Vector. Each element indicate the probability of recognize an element i.
Pi: Vector. Each element indicate the probability of classify at random an element in category i.
k: Integer. Dimension of the problem.
Examples
GetDeltaParams(mx = matrix(c(60,0,3,2,50,1,3,2,79),3,3), Delta = c(0.8945724,0.9522836,0.8962094), Pi = c(0.2703707,0.1939561,0.5356732), k =3)