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

Return noise estimates #55

Merged
merged 2 commits into from
Jul 6, 2020
Merged

Return noise estimates #55

merged 2 commits into from
Jul 6, 2020

Conversation

tjof2
Copy link
Owner

@tjof2 tjof2 commented Jul 6, 2020

Closes #52

Estimates are stored as attributes, e.g.:

s = SVT()
s.denoise(X)

print(s.lambda1s_)
print(s.noise_alphas_)
print(s.noise_mus_)
print(s.noise_sigmas_)

@tjof2 tjof2 added this to the 0.7.0 milestone Jul 6, 2020
@tjof2 tjof2 merged commit 0de9fb8 into master Jul 6, 2020
@tjof2 tjof2 deleted the type-fixes branch July 6, 2020 11:43
@tjof2 tjof2 modified the milestones: 0.7.0, 0.6.2 Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return noise estimates and optimized threshold
1 participant