我有两个数据点 x
和 y
:
x = 5 (value corresponding to 95%)
y = 17 (value corresponding to 102.5%)
不,我想计算 xi
的值,它应该对应于 100%。
x = 5 (value corresponding to 95%)
xi = ?? (value corresponding to 100%)
y = 17 (value corresponding to 102.5%)
我应该如何使用 python 执行此操作?
原文由 Al_Iskander 发布,翻译遵循 CC BY-SA 4.0 许可协议
那是你要的吗?