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.
我目前正在尝试解决这个问题;我知道如何做到这一点,但我真的很感激我能得到任何额外的意见。
我需要提出一个 Binning 函数,该函数从跟踪文件中获取原始厚度数据,该数据由另一个函数读取。我需要把这些数据放在 5mm bins中。棘手的部分是平滑拟合两端的曲线,并对输入数据进行数据验证。
总而言之:我需要以 5mm 的间隔获取数据值并“bin”/平均它们。
多谢你们。
听起来你想要这个hist()函数,它通过对输入数据进行分箱来创建直方图。
hist()