简体   繁体   English

如果我同时进行多个实验,这些实验不会互相影响吗?

[英]If i run multiple experiments at the same time, will the experiments not affect each other?

I read here( https://firebase.google.com/docs/remote-config/abtest-config ) that I could run up to six experiments at the same time. 我在这里( https://firebase.google.com/docs/remote-config/abtest-config )阅读到,我可以同时进行多达六个实验。

"To start your experiment, click Start Experiment. You can run up to 6 experiments per project at a time." “要开始实验,请单击“开始实验”。每个项目一次最多可以运行6个实验。”

If i run multiple experiments at the same time, will the experiments not affect each other? 如果我同时进行多个实验,这些实验不会互相影响吗?

The groups will overlap slightly if you have multiple experiments at the same time. 如果您同时进行多个实验,则各组会稍微重叠。 So, for instance, if 5% of your users are in experiment A, and 5% of your users are in experiment B, then you should expect that 0.25% of your users will be in both experiments A and B. 因此,例如,如果5%的用户在实验A中,而5%的用户在实验B中,那么您应该期望0.25%的用户在实验A和B中。

In most cases, though, this shouldn't be a big deal because those users should be evenly distributed amongst your variants. 不过,在大多数情况下,这没什么大不了的,因为这些用户应平均分布在您的变体中。 But if there are situations where you think one variant of one experiment will disproportionately affect another variant of another experiment, then you might want to wait and run those two experiments serially. 但是,如果在某些情况下您认为一个实验的一个变体会不成比例地影响另一个实验的另一个变体,那么您可能希望依次等待并运行这两个实验。

For more information, you can also check out this video . 有关更多信息,您也可以观看此视频

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何运行 firebase 实验:使用 GitHub 操作启用 webframeworks? - How can run firebase experiments:enable webframeworks with GitHub actions? Firebase 实验计数限制 - Firebase experiments count limit 如何查询用户看到的所有Firebase AB实验? - How do I query for all Firebase AB experiments that a user has seen? firebase a/b 实验中的用户数量少 - Low user count in firebase a/b experiments 用户出现在Firebase A / B测试中的两个互斥实验中 - User appearing in two mutually exclusive experiments in firebase a/b testing Firebase A/B 实验是否支持在 Android 上发送“数据”类型通知 - Does Firebase A/B experiments support sending 'data' type notification on Android 对于 Firebase AB 测试实验,是否追溯使用了激活事件? - For Firebase AB test experiments, are activation events used retroactively? 如何同时从 travis 部署多个 firebase hostng 项目(没有暂存或生产只是其他网站) - How to deploy multiple firebase hostng projects from travis at the same time (no staging or production just other websites) 同时获取多个文档 - Fetching multiple documents at the same time Firebase 实时数据库:为什么我不能在同一目录层次结构中导入多个 JSON 文件? - Firebase Real-time Database: Why I cannot import multiple JSON files in same directory hierarchy?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM