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

SPherical KDE #158

Open
karim416 opened this issue Nov 14, 2023 · 1 comment
Open

SPherical KDE #158

karim416 opened this issue Nov 14, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@karim416
Copy link

Hi,
Thank you for this very useful package. I'm wondering if it's possible to estimate the kde on a unit sphere data, i.e. the custom grid is defined by the following:

def create_grid(B=16) :
Theta = np.linspace(0, 360, 2B + 1) * np.pi / 180
Phi = np.linspace(0, 180, 2
B + 1) * np.pi / 180
[T,P] = np.meshgrid(Theta,Phi)

    return T,P
@tommyod
Copy link
Owner

tommyod commented Nov 14, 2023

There is currently no support for this. However, I would accept a PR if the implementation is clean and good.

@tommyod tommyod added the help wanted Extra attention is needed label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants