ICPI / Treatment-Cluster

Treatment Cluster Projects
1 stars 0 forks source link

PAWS 2nd 90 Home Stretch #12

Open imujawar opened 5 years ago

imujawar commented 5 years ago
  1. The formula for normalizing data: The difference of value from the minimum divided by the range.

The estimated value should be between 0 and 1. [Value – min(Value)]/[max(Value)-min(Value)] I tried using the following formula, but I don’t think it’s working correctly: (Value-Min(Value))/(Max(Value)-Min(Value))

  1. Please see below the chapter and page number of the issues I encountered.
aliyahwakil commented 5 years ago
janholcombe commented 5 years ago

Aliyah sent the following additional requirements for the metrics to be added to the TSD dataset:

Metrics to Add to TSD dataset using Result Cumulative:

*Calculation includes previous period

Example of TX_NET_NEW Analysis aggregate table: image

Metric logic for TX_NET_NEW Analysis aggregate table

aliyahwakil commented 5 years ago

thanks @janholcombe ! i updated the equation for % gain/loss