-
Notifications
You must be signed in to change notification settings - Fork 8
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
Possible changes and extensions #90
Comments
Sure, I'm definitely open to doing some changes. Currently I don't have enough time to work on new features myself but I can do review and maintenance.
Sure, maybe the best solution would be adding a parameter that tells whether to return the covariance matrix or its factorization.
This looks like an interesting extension and it would be great to have it implemented here 👍 . |
With PDMats you return both: https://github.com/JuliaStats/PDMats.jl/blob/e0cad7caf7d955d5a14fe830f3684026a9652ad7/src/pdmat.jl#L4-L9. Note that
Great! I'll get cracking. |
OK, cool. Returning both is also fine. |
I'd like to check receptivity/thoughts on a couple of possible extensions and changes:
WoodburyCovariance(rank::Int) <: CovarianceEstimator
which I'd be happy to add if you're willing to take both WoodburyMatrices.jl and probably TSVD.jl on as dependencies. Alternately, we could make them package extensions but we'd need to export theWoodburyCovariance
name from the main package. That's a bit ugly if, for example, you ever want to use Aqua (you'll fail the "no undefined exports" test, though you can disable it).The text was updated successfully, but these errors were encountered: