marketPointScoreDist = new predictionAnalysis.PredictionResolutionGroup({
agentPrediction: {
data: { xs: [1, 2, 3, 4, 5], ys: [.1, .2, .3, .4, 0.8] },
dataType: "floatCdf"
},
marketPrediction: {
data: { xs: [1, 2, 3, 4, 5], ys: [.1, .1, .1, .1, .99] },
dataType: "floatCdf"
},
resolution: {
data: { xs: [1, 2, 3, 4, 5], ys: [.1, .2, .3, .4, 0.8] },
dataType: "floatCdf"
}
}).pointScore("MarketScore")