Benchmark Tradeoff At Scale
Get the tradeoff at scale model for a given category.
Path parameters
group_id
category
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
revenue
Annualized revenue scale for which to obtain benchmarks
model
Response
Successful Response
scale
Describes the revenue range of the data whose points represent the trade off.
raw_data
Raw data points used to generate the scaling model. Dictionary of the two metrics, x then y.
discarded_raw_data
Additional raw data points which were not used in the model fit due to oulier status. Dictionary of the two metrics, x then y.
areas
Areas representing the range of the scaling model. The x-y coordinates describe a surface containing 1 - alpha share of the data points.