KDE method more sensitive to multimodality The Next CEO of Stack OverflowDifference between append vs. extend list methods in PythonUnderstanding Python super() with __init__() methodsStatic methods in Python?Does Python have a string 'contains' substring method?KDE fails with two points?How to estimate density function and calculate its peaks?Kernel Density Estimation in PythonPlot curves instead of bar plot using pythonResampling a KDE (Kernel density estimation) in statsmodelsHow to identify the modes in a (multimodal) continuous variable
Why do we use the plural of movies in this phrase "We went to the movies last night."?
How do we know the LHC results are robust?
Why does the UK parliament need a vote on the political declaration?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Do I need to enable Dev Hub in my PROD Org?
Contours of a clandestine nature
What was the first Unix version to run on a microcomputer?
Why does standard notation not preserve intervals (visually)
How to add tiny 0.5A 120V load to very remote split phase 240v 3 wire well house
Can we say or write : "No, it'sn't"?
Inappropriate reference requests from Journal reviewers
Bold, vivid family
What benefits would be gained by using human laborers instead of drones in deep sea mining?
Can I equip Skullclamp on a creature I am sacrificing?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Limits on contract work without pre-agreed price/contract (UK)
Elegant way to replace substring in a regex with optional groups in Python?
Preparing Indesign booklet with .psd graphics for print
Why do remote companies require working in the US?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
What does "Its cash flow is deeply negative" mean?
Non-deterministic sum of floats
How to solve a differential equation with a term to a power?
How to avoid supervisors with prejudiced views?
KDE method more sensitive to multimodality
The Next CEO of Stack OverflowDifference between append vs. extend list methods in PythonUnderstanding Python super() with __init__() methodsStatic methods in Python?Does Python have a string 'contains' substring method?KDE fails with two points?How to estimate density function and calculate its peaks?Kernel Density Estimation in PythonPlot curves instead of bar plot using pythonResampling a KDE (Kernel density estimation) in statsmodelsHow to identify the modes in a (multimodal) continuous variable
I am using scipy's stats.gaussian_kde() to produce a PDF estimate for a sample of data.
Scipy's docs clearly state:
"The estimation works best for a unimodal distribution; bimodal or multi-modal distributions tend to be oversmoothed."
Is there a method that may be more sensitive to spikes in frequency that does not involve manually setting bandwidth?
My assumption is that, because it is non-parametric, Gaussian KDE does not assume the shape of the distribution-- yet it seems to be forced to assume normality nonetheless.
python scipy kernel-density probability-density
add a comment |
I am using scipy's stats.gaussian_kde() to produce a PDF estimate for a sample of data.
Scipy's docs clearly state:
"The estimation works best for a unimodal distribution; bimodal or multi-modal distributions tend to be oversmoothed."
Is there a method that may be more sensitive to spikes in frequency that does not involve manually setting bandwidth?
My assumption is that, because it is non-parametric, Gaussian KDE does not assume the shape of the distribution-- yet it seems to be forced to assume normality nonetheless.
python scipy kernel-density probability-density
add a comment |
I am using scipy's stats.gaussian_kde() to produce a PDF estimate for a sample of data.
Scipy's docs clearly state:
"The estimation works best for a unimodal distribution; bimodal or multi-modal distributions tend to be oversmoothed."
Is there a method that may be more sensitive to spikes in frequency that does not involve manually setting bandwidth?
My assumption is that, because it is non-parametric, Gaussian KDE does not assume the shape of the distribution-- yet it seems to be forced to assume normality nonetheless.
python scipy kernel-density probability-density
I am using scipy's stats.gaussian_kde() to produce a PDF estimate for a sample of data.
Scipy's docs clearly state:
"The estimation works best for a unimodal distribution; bimodal or multi-modal distributions tend to be oversmoothed."
Is there a method that may be more sensitive to spikes in frequency that does not involve manually setting bandwidth?
My assumption is that, because it is non-parametric, Gaussian KDE does not assume the shape of the distribution-- yet it seems to be forced to assume normality nonetheless.
python scipy kernel-density probability-density
python scipy kernel-density probability-density
asked Mar 21 at 17:04
UBHDNNXUBHDNNX
217
217
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55285677%2fkde-method-more-sensitive-to-multimodality%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55285677%2fkde-method-more-sensitive-to-multimodality%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown