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

on-manifold covariance estimation #1280

Closed
dehann opened this issue Jun 20, 2021 · 2 comments
Closed

on-manifold covariance estimation #1280

dehann opened this issue Jun 20, 2021 · 2 comments
Assignees
Milestone

Comments

@dehann
Copy link
Member

dehann commented Jun 20, 2021

upgrade this:

function calcVariableCovarianceBasic(arr::AbstractMatrix)

@Affie
Copy link
Member

Affie commented Jul 7, 2021

I didn't realize there was an issue on this one, here is what i have so far: 5adf2f3

source https://hal.inria.fr/inria-00614994/PDF/Pennec.JMIV06.pdf

@Affie Affie modified the milestones: v0.0.x, v0.25.0 Aug 26, 2021
@Affie Affie self-assigned this Aug 26, 2021
@Affie Affie closed this as completed Aug 26, 2021
@Affie
Copy link
Member

Affie commented Aug 27, 2021

Just adding as a breadcrumb:

# To replace calcCovarianceBasic
function calcStdBasic(vartype::InferenceVariable, ptsArr::Vector{P}) where P
    σ = std(getManifold(vartype), ptsArr)

    #if no std yet, set to 1
    msst = 1e-10 < σ ? σ : 1.0
    return msst
end

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

No branches or pull requests

2 participants