eikeluedeling / decisionSupport

6 stars 2 forks source link

Deliverable specification 4.2 Simplify input format of the correlation matrix. #3

Open l-goehring opened 9 years ago

l-goehring commented 9 years ago

The input format of the correlation matrix shall be simplified as follows:

  1. Change the input format of the correlation matrix such that uncorrelated elements are defined either as 0 (zero) or as an empty field (“”) or as a character string only containing blank characters (e.g. “ “). This change shall be implemented in all relevant methods, viz.
    • estimate()
    • as.estimate()
    • read_estimate_csv()
    • corMat<-.estimate()
  2. This change shall be
    1. documented and
    2. tested.