Skip to content

Instantly share code, notes, and snippets.

@ccurtisj
Created January 18, 2013 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccurtisj/4569326 to your computer and use it in GitHub Desktop.
Save ccurtisj/4569326 to your computer and use it in GitHub Desktop.
LOCAL_MARKET_DISTRIBUTION = [
[4.5, 5.0],
[6, 4.5],
[8, 4.0],
[10.5, 3.5],
[13, 3.0],
[16, 2.5],
[21, 2.0],
[17, 1.5],
[4, 1.0],
]
NATIONAL_MARKET_DISTRIBUTION = [
[2, 5.0],
[4, 4.5],
[6, 4.0],
[9, 3.5],
[12, 3.0],
[16, 2.5],
[25, 2.0],
[20, 1.5],
[6, 1.0],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment