Skip to main content

Power laws with pooling: a better model of venture returns

TLl;DR:

In the last post I built some models of venture portfolios of different sizes based on the idea that venture outcomes are powerlaw distributed. The conclusion there was, for venture portfolios, more investments is better with around 150 being table stakes. Those models assumed each investment was new minted from an infinite world of possible investments, which is unrealistic. This model I think is more realistic and overall dampens expected returns, without changing the overall trends.



In the last post we simulated over 45M independent outcomes (sum(x=5->300) x*1000).

But in practice portfolios are not completely independent; VCs often invest in the same companies as other VCs. Our first model is more like a simulation of venture builders, where the fund creates its own independent businesses.

How about instead we create a pool of businesses that receive investment, and our portfolios sample from this pool? In other words, in the investing life of a fund, a finite number of funded businesses will be created. Every fund will be choosing from that pool of businesses.

How big should that pool be ? Well according to crunchbase, in 2016/2017 around 3,500 angel and seed funding rounds happened globally per quarter:


Let's say there's some under-counting, and that the number is growing, and round up to 5,000 rounds per quarter.

So in the 3-5 year investing life of a typical fund, there's a unverse of 60,000-100,000 companies that they theoretically could invest in (of course they probably couldn't see that many deals, but that's another story).

Let's split the difference, and take a pool size of 80,000 companies. What I'm going to do next then is generate this pool, and have each 'fund' draw its investments at random from the pool. Here's a histogram of 10,000 companies drawn at random from this pool, compared to the correlation ventures data, and the full powerlaw distribution:

Reasonably similar.

How about the performance of the funds drawn from the pool ? 


Compared to the full powerlaw model:


So very similar - hard to tell the difference.







Comments

Popular posts from this blog

Modelling suggests rational venture investors should have bigger portfolios

TL:DR: A model of venture returns following a power law distribution, under reasonable assumptions, points in the direction of larger portfolios — at least 150 investments per fund. This post explores some ideas about venture capital returns and portfolio size. It builds on other explorations including  Jerry Neumann's  and  Seth Levine's .  I wrote a simple simulator in a Google Colab notebook, which generated the graphs in this post. At the bottom you'll find a link to the notebook which you can also run or copy as a jumping off point for further exploration. Jerry Neumann's posts explore the consequences of the idea that venture returns (the returns to investments in early stage, high growth potential companies) are not normally distributed, as public market returns are, but follow a power law distribution. The first step is to look at the evidence that this might be so, and if so what are the approximate parameters of the distribution. ...

Every great startup is a great product startup

In recent months I’ve had many conversations on product thinking with startups and with colleagues at Atomico and Firstminute. Last week Siraj Khaliq posted a rallying cry for European Product Management. And prompted in part by conversations with Lina Wenner I’ve been thinking about a related challenge: getting companies to think of themselves as product-first. Since I’ve been spending most of my time investing in and advising startups, I’ve noticed a surprising pattern: many don’t deeply embrace the fact that they are  product   businesses. Of course most companies talk about the importance of product, but often product thinking isn’t embedded deeply in the company from top to bottom. I worry that not enough founders think about this when planning and building their company. This may be a partial view (I spent a dozen years in product functions at Google and DeepMind), but to me the company  is  the product; it’s everything that matters. Whether you’re a consumer a...