calculateDistributionEstimate(n, costs){
if(length(costs) != choose(n,2)){
print("Please define a cost for each pair")
}
costDist <- table(costs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.