We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should noise_to_signal_ratio defined as "X_rms/S_rms" be squared in the comment in line 193 in point_model.py such that
"noise_to_signal_ratio: float, defined as (X_rms/S_rms)**2 where X is noise and S is signal." ?
At the moment, the documentation says that the input parameter noise_to_signal_ratio = sqrt(epsilon) if I understand it correctly.
The text was updated successfully, but these errors were encountered:
From @gregordecristoforo in 7b80808.
Sorry, something went wrong.
gregordecristoforo
No branches or pull requests
Should noise_to_signal_ratio defined as "X_rms/S_rms" be squared in the comment in line 193 in point_model.py such that
"noise_to_signal_ratio: float, defined as (X_rms/S_rms)**2 where X is noise and S is signal." ?
At the moment, the documentation says that the input parameter noise_to_signal_ratio = sqrt(epsilon) if I understand it correctly.
The text was updated successfully, but these errors were encountered: