Skip to content

seamusabshere/cohort_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cohort_analysis

Lets you do cohort analysis based on two strategies: "big", which discards characteristics for the maximum cohort result, and "strict", which discards characteristics in order until a minimum cohort size is reached.

Replaces cohort_scope.

Where it's used

Strategies

:big
Default. Iteratively discards the characteristic that is most "restrictive," yielding the largest possible cohort. Note that it stops discarding after the minimum cohort size is reached.
:strict
Discards characteristics according to :priority.

Copyright

Copyright (c) 2012 Brighter Planet, Inc.