使用python将数据点移动到最佳拟合线上

时间:2018-10-17 13:38:04

标签: python python-2.7

我为数据点的集合创建了一条最合适的线。现在,我想将每个数据点转置到最佳拟合线上。换位时,每个点与最佳拟合线的距离必须最短。我所拥有的也是最佳拟合线的斜率和截距。

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试做这样的事情

.column {
  display: flex;
  flex-direction: column;
  height: 200px;
}

.title {
  height: 50px;
  flex-shrink: 0;
}

.scroller {
  flex-grow: 20;
  flex-shrink: 0;
  overflow-y: scroll;
}

.item {
  height: 20px;
  margin-top: 2px;
}