|
The statements and opinions on this page are solely those of its authors and do not necessarily represent the official position of CouchSurfing International.
The Center for Adventure Economics at CouchSurfing.
Macroeconomic indicators in an adventure economy
ΔNOC (Net Orchestrated Conviviality)
Gross Orchestrated Conviviality (G.O.C.)The CouchSurfing analogue to wikipedia:GDP. A measure of the total amount of love and community and joy that we make possible each year.
We can get a lower bound on H by looking at the total number of CS-caused introductions and estimating a minimum or low-average time for each of them. The best data we have on quality is the avg. overall experience (-2 to +2) and avg. trust (0-6) data on the qos.html page. Global Conviviality Potential & CouchCapacityA measure of the total number of people globally who feel they can hang out, have a great time, and get their needs met--any time they want to. In this view we see ourselves as providing possibilities, rather than ensuring a certain amount of conviviality.
Another way to calculate it would be spacially, rather than by user:
Finally, it easy to figure how many surfers we can host: select sum(max_surfers) from user where couch_available in ('Y', 'D');
93960
select sum(max_surfers) from user where couch_available in ('M');
39700
93960 + (39700/2) = 113810
capacity = 113810 surfers
And the amount of capacity we currently use: select sum(hosted_days) from user_connection where rcd between (unix_timestamp() - 6*7*24*60*60) and (unix_timestamp() - 14*24*60*60); is 23703 surf-days over 4 weeks = 5,926 surf-days per week. is 5% of capacity, assuming most sleep-spots would accomodate a surfer a week. But this doesn't take into account the lack of capacity in major cities and the surplus in rural areas. Users' Return on Investment (uR.O.I.)How much effort does it take on our users part to meet people and become included on couchsurfing? A rough measure is logins per friends made, which is available on the Q.O.S. page as the "virtuality" percentage. A better measure would take into account:
It would also be nice to calculate the curve between X and Y:
And to have a simple number available on qos.html:
Cross-Culture DataIt would be great to figure out which of our connections are cross cultural. E.g. * total # cross cultural connections is 1800 * cross cultural connections per hour: 3 But this is nontrivial given our current dataset. Eventually we want to run clique detection and clustering algorithms on our data. Then we can identify cross-clique and cross-cluster friendships and hostings. More fine-grained statsRegional
|
| FAQ | Media | Terms of Use | Privacy | Contact Us |
© 1999-2010 CouchSurfing International Inc. - a Non-Profit Organization | Show in English 'CouchSurfing' and 'CouchSurfer' are registered and unregistered service marks of CouchSurfing International.- CS Release: Erzurum - r10192 - 2010-03-10 23:53:59 UTC |