@dra2020/district-analytics 5.3.1 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -90445,7 +90445,6 @@ function calcLopsidedOutcomes(VfArray) {
90445
90445
  return LO;
90446
90446
  }
90447
90447
  exports.calcLopsidedOutcomes = calcLopsidedOutcomes;
90448
- // TODO - Add unit tests <<< Depends on S(V)
90449
90448
  // GLOBAL SYMMETRY - Fig. 17 in Section 5.1
90450
90449
  function calcGlobalSymmetry(inferredSVpoints, S50V) {
90451
90450
  const invertedSVpoints = invertSVPoints(inferredSVpoints);
@@ -90467,7 +90466,6 @@ function calcDisproportionality(Vf, Sf) {
90467
90466
  return U.trim(prop);
90468
90467
  }
90469
90468
  exports.calcDisproportionality = calcDisproportionality;
90470
- // TODO - Add unit tests <<< Depends on S(V)
90471
90469
  // BIG 'R': Defined in Footnote 22 on P. 10
90472
90470
  function calcBigR(Vf, Sf) {
90473
90471
  let bigR = undefined;
@@ -90478,7 +90476,6 @@ function calcBigR(Vf, Sf) {
90478
90476
  return bigR;
90479
90477
  }
90480
90478
  exports.calcBigR = calcBigR;
90481
- // TODO - Add unit tests <<< Depends on S(V)
90482
90479
  // MINIMAL INVERSE RESPONSIVENESS
90483
90480
  //
90484
90481
  // zeta = (1 / r) - (1 / r_sub_max) : Eq. 5.2.1