Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用该命令为 xmgrace 编写一个进行线性回归的参数文件,regress(setnum,order)但我无法弄清楚如何在给定区域中进行回归。
regress(setnum,order)
最简单的方法是制作仅包含子集的第二个输入数据文件。您可以使用此子集计算线性回归,然后根据原始数据集绘制结果线。您可以隐藏子集的数据点。