RSE Poor Table Check
Summary | Uses the RSE cube to check table reliability against a configured threshold. |
---|---|
Filename | rse_poor_table_check |
Dependencies | RSE Calculation Module |
Priority | The RSE modules must be configured to run in the following sequence:
|
Configuration
method addmethod <method_id> [{table|mandatory}] [<display_name>] method <method_id> adddcplugin <plugin_id> rse_poor_table_check [<priority>] method <method_id> <plugin_id> addproperty UnreliableRseThreshold <threshold> method <method_id> <plugin_id> addproperty UnreliableTableThreshold <threshold> method <method_id> <plugin_id> addproperty UnreliableMessageSuccess <message> method <method_id> <plugin_id> addproperty UnreliableMessageFail <message>
Example
method addmethod MethodID method MethodID adddcplugin RSEPoorTableCheck rse_poor_table_check method MethodID RSEPoorTableCheck addproperty UnreliableRseThreshold "0.75" method MethodID RSEPoorTableCheck addproperty UnreliableTableThreshold "0.8" method MethodID RSEPoorTableCheck addproperty UnreliableMessageSuccess "Table passed reliability check" method MethodID RSEPoorTableCheck addproperty UnreliableMessageFail "Table failed reliability check"
Properties
UnreliableRseThreshold | The RSE threshold for unreliable cell values. If a cell's RSE is greater than the threshold value that cell will be considered unreliable. |
---|---|
UnreliableTableThreshold | The threshold for unreliable tables. If the proportion of unreliable cells in the table exceeds this value then the table will be considered unreliable and the unreliable message will be shown. |
UnreliableMessageSuccess | A message that will be displayed if the table has passed the reliability check. This is optional. If omitted the default value is |
UnreliableMessageFail | A message that will be displayed if the table has failed the reliability check. This is optional. If omitted the default value is |