MAP estimator - Computation Solution
What makes papers publishable in top-tier journals?
How do I append a character to the end of every line in an excel cell?
Why is it that Bernie Sanders is always called a "socialist"?
What will happen if Parliament votes "no" on each of the Brexit-related votes to be held on the 12th, 13th and 14th of March?
Does diversity provide anything that meritocracy does not?
Why was Lupin comfortable with saying Voldemort's name?
Cat is tipping over bed-side lamps during the night
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Eww, those bytes are gross
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
What happens when the wearer of a Shield of Missile Attraction is behind total cover?
Count repetitions of an array
Bash script to truncate subject line of incoming email
What is the difference between "...", '...', $'...', and $"..." quotes?
How do you funnel food off a cutting board?
Why would space fleets be aligned?
How would an AI self awareness kill switch work?
How to not let the Identify spell spoil everything?
Has any human ever had the choice to leave Earth permanently?
Globe trotting Grandpa. Where is he going next?
Why do neural networks need so many training examples to perform?
Why are all my replica super soldiers young adults or old teenagers?
Do "fields" always combine by addition?
Has Britain negotiated with any other countries outside the EU in preparation for the exit?
MAP estimator - Computation Solution
$begingroup$
I am developing a MAP estimator for my problem. I need to know how to calculate my estimation when my pdf is not a known form (like Gaussian). I hope there is an efficient numerical way to do this. After a background of my problem, I ask my questions in two separate parts.
A little background: I deal with a life time estimation for electronic devices. For a given device under test, I process sensory data(D) and convert them to samples of possible life time for that device. Let's say the lifetime is a random variable (like X) and I have samples of its postier given sensory Data (i.e P(x|D)). Now I like to use argmax of P(x|D) as my final estimation for lifetime. Unfortunately, P(x|D) varies from case to case and I can't assume a fixed distribution family for it like Gaussian and it does not conform a specific known form.
Now Questions:
Q1) (Simple way) Is there any efficient numerical method for calculating the argmax of P(x|D) using its samples? (I can imagine doing it in two steps, like first fitting a pdf using something like parzen then solving an optimization for finding its max, but this does not sound very efficient).
Q2) (More Advanced) Let's say for each sample from postior, I have a weight factor showing some sort of level of uncertainty about that sample. (For e.g. we can think of a measurement noise in samples and this weight shows the variance of the additive noise.) Is there anyway that I can include this weight (of uncertainty level) in my estimator?
Please, cite any reference you know.
Thanks
probability parameter-estimation graphical-model estimators expectation-maximization
New contributor
$endgroup$
add a comment |
$begingroup$
I am developing a MAP estimator for my problem. I need to know how to calculate my estimation when my pdf is not a known form (like Gaussian). I hope there is an efficient numerical way to do this. After a background of my problem, I ask my questions in two separate parts.
A little background: I deal with a life time estimation for electronic devices. For a given device under test, I process sensory data(D) and convert them to samples of possible life time for that device. Let's say the lifetime is a random variable (like X) and I have samples of its postier given sensory Data (i.e P(x|D)). Now I like to use argmax of P(x|D) as my final estimation for lifetime. Unfortunately, P(x|D) varies from case to case and I can't assume a fixed distribution family for it like Gaussian and it does not conform a specific known form.
Now Questions:
Q1) (Simple way) Is there any efficient numerical method for calculating the argmax of P(x|D) using its samples? (I can imagine doing it in two steps, like first fitting a pdf using something like parzen then solving an optimization for finding its max, but this does not sound very efficient).
Q2) (More Advanced) Let's say for each sample from postior, I have a weight factor showing some sort of level of uncertainty about that sample. (For e.g. we can think of a measurement noise in samples and this weight shows the variance of the additive noise.) Is there anyway that I can include this weight (of uncertainty level) in my estimator?
Please, cite any reference you know.
Thanks
probability parameter-estimation graphical-model estimators expectation-maximization
New contributor
$endgroup$
add a comment |
$begingroup$
I am developing a MAP estimator for my problem. I need to know how to calculate my estimation when my pdf is not a known form (like Gaussian). I hope there is an efficient numerical way to do this. After a background of my problem, I ask my questions in two separate parts.
A little background: I deal with a life time estimation for electronic devices. For a given device under test, I process sensory data(D) and convert them to samples of possible life time for that device. Let's say the lifetime is a random variable (like X) and I have samples of its postier given sensory Data (i.e P(x|D)). Now I like to use argmax of P(x|D) as my final estimation for lifetime. Unfortunately, P(x|D) varies from case to case and I can't assume a fixed distribution family for it like Gaussian and it does not conform a specific known form.
Now Questions:
Q1) (Simple way) Is there any efficient numerical method for calculating the argmax of P(x|D) using its samples? (I can imagine doing it in two steps, like first fitting a pdf using something like parzen then solving an optimization for finding its max, but this does not sound very efficient).
Q2) (More Advanced) Let's say for each sample from postior, I have a weight factor showing some sort of level of uncertainty about that sample. (For e.g. we can think of a measurement noise in samples and this weight shows the variance of the additive noise.) Is there anyway that I can include this weight (of uncertainty level) in my estimator?
Please, cite any reference you know.
Thanks
probability parameter-estimation graphical-model estimators expectation-maximization
New contributor
$endgroup$
I am developing a MAP estimator for my problem. I need to know how to calculate my estimation when my pdf is not a known form (like Gaussian). I hope there is an efficient numerical way to do this. After a background of my problem, I ask my questions in two separate parts.
A little background: I deal with a life time estimation for electronic devices. For a given device under test, I process sensory data(D) and convert them to samples of possible life time for that device. Let's say the lifetime is a random variable (like X) and I have samples of its postier given sensory Data (i.e P(x|D)). Now I like to use argmax of P(x|D) as my final estimation for lifetime. Unfortunately, P(x|D) varies from case to case and I can't assume a fixed distribution family for it like Gaussian and it does not conform a specific known form.
Now Questions:
Q1) (Simple way) Is there any efficient numerical method for calculating the argmax of P(x|D) using its samples? (I can imagine doing it in two steps, like first fitting a pdf using something like parzen then solving an optimization for finding its max, but this does not sound very efficient).
Q2) (More Advanced) Let's say for each sample from postior, I have a weight factor showing some sort of level of uncertainty about that sample. (For e.g. we can think of a measurement noise in samples and this weight shows the variance of the additive noise.) Is there anyway that I can include this weight (of uncertainty level) in my estimator?
Please, cite any reference you know.
Thanks
probability parameter-estimation graphical-model estimators expectation-maximization
probability parameter-estimation graphical-model estimators expectation-maximization
New contributor
New contributor
New contributor
asked 1 min ago
KatiKati
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "557"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Kati is a new contributor. Be nice, and check out our Code of Conduct.
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%2fdatascience.stackexchange.com%2fquestions%2f46289%2fmap-estimator-computation-solution%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
Kati is a new contributor. Be nice, and check out our Code of Conduct.
Kati is a new contributor. Be nice, and check out our Code of Conduct.
Kati is a new contributor. Be nice, and check out our Code of Conduct.
Kati is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Data Science Stack Exchange!
- 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.
Use MathJax to format equations. MathJax reference.
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%2fdatascience.stackexchange.com%2fquestions%2f46289%2fmap-estimator-computation-solution%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