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

[1 1 1] kernel for MAPEM? #142

Open
ashgillman opened this issue Jun 28, 2021 · 0 comments
Open

[1 1 1] kernel for MAPEM? #142

ashgillman opened this issue Jun 28, 2021 · 0 comments

Comments

@ashgillman
Copy link
Member

Mathematically, they are different. If w=[1 1 1] we get x_i = 1/6 x_{i-1} + 2/3 x_i + 1/6 x_{i+1} and if w=[1 0 1] we get x_i = 1/4 x_{i-1} + 1/2 x_i + 1/4 x_{i+1}.

Of course this means nothing... (I think). But I can intuit [1 1 1] better.

Originally posted by @ashgillman in #140 (comment)

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