Skip to content

Bandwidth factor "experimental" for ArviZ kernel density estimate #1648

Discussion options

You must be logged in to vote

Thank you so much @OriolAbril for tagging me, I wouldn't have seen this otherwise.

Hi @davidedalbosco,

I know that "experimental" is not the best of the names I could have chosen, sorry for that. This is the report that Oriol refers to. And you can find here more of the notes I've been writing when trying to implement the new KDE in ArviZ. But let me try to give you an explanation about what ArviZ does with "experimental" bandwidth.

First of all, the experimental bandwidth is computed here

def _bw_experimental(x, grid_counts=None, x_std=None, x_range=None):
"""Experimental bandwidth estimator."""
bw_silverman

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@davidedalbosco
Comment options

Answer selected by davidedalbosco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants