Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问大佬,为什么用最小二乘拟合出来的方差是负值,而在用于标定时又取绝对值,这样不是会偏离噪声分布吗? #3

Open
zy159864 opened this issue Apr 10, 2024 · 1 comment

Comments

@zy159864
Copy link

No description provided.

@zy159864
Copy link
Author

plsq = leastsq(self.__error, [0.1, 0.01], args=(mu, var))[0]
noise_params_path = self.root_path / 'IMX766' /'noise_params'
self.__plt_show(image_id, mu, var, plsq, noise_params_path) #这里画出了拟合的直线
shot_noise_list.append(plsq[0])
read_noise_list.append(abs(plsq[1])) #却保存了绝对值

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant