ABSynthesis
POST api.scientificmicroservices.com/absynthesis
Analyze and combine results of AB experiments
ABSynthesis takes the results of an experiment or set of experiments and tests for a significant difference between the two groups.
The difference (uplift) between the two groups is returned, along with a value showing how believable the difference is (p-value).
See the full documentation to understand the required input format.
Example usage in terminal
Input types allowed
Response fields
| uplift | The percentage improvement in 'successes' between the two groups |
| p_value | The level to which the uplift value can be trusted, with 0 being completely trustable. |