adammontville / cis-controls-71-measures

0 stars 0 forks source link

Subcontrol 17.8 #36

Open adammontville opened 5 years ago

adammontville commented 5 years ago

Train workforce members to be aware of causes for unintentional data exposures, such as losing their mobile devices or emailing the wrong person due to autocomplete in email.

Measures

c_i_j= # of correct answer for employee j in round i
TQ_i_j = # of toal question for employee j in round i
n = # of total employee randomly picked
m = # of round
alpha = damping factor(more recent round will have higer weight) < 1

Metrics/KEI

TP Quality = ( SUM over j: 1 to n ( (SUM over i:0 to m-1 ( (c_i_j / TQ_i_j) * alpha^i ) ) / (SUM over i:0 to m-1 (alpha^i ) ) ) ) / n

See comments for #33 and #34

adammontville commented 5 years ago

Inputs

Operations

Measures

Metrics