Benchmark Tradeoff At Scale

Get the tradeoff at scale model for a given category.

Path parameters

group_idintegerRequired
categoryenumRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

revenuedoubleRequired
Annualized revenue scale for which to obtain benchmarks
modelstringOptional

Response

Successful Response
scaleobject
Describes the revenue range of the data whose points represent the trade off.
raw_datalist of maps from strings to doubles
Raw data points used to generate the scaling model. Dictionary of the two metrics, x then y.
discarded_raw_datalist of maps from strings to doubles
Additional raw data points which were not used in the model fit due to oulier status. Dictionary of the two metrics, x then y.
areaslist of objects

Areas representing the range of the scaling model. The x-y coordinates describe a surface containing 1 - alpha share of the data points.

Errors