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

Identify TPA injections independently of their position #134

Open
nikohansen opened this issue May 18, 2020 · 0 comments
Open

Identify TPA injections independently of their position #134

nikohansen opened this issue May 18, 2020 · 0 comments

Comments

@nikohansen
Copy link
Contributor

When using TPA, the tell method assumes the TPA samples in first and second position of the X and f list arguments. This somewhat defeats the purpose of the ask-and-tell interface. It seems much preferable to identify TPA samples from their collinearity with mean - meanold.

First step: a method that returns norm(x - mean) * cos(x - mean, mean - meanold) if isclose(abs(cos(x - mean, mean - meanold)), 1) and zero otherwise.

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