Error estimation with boundary condition

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Given a multiset of elements M.



I would like to compute the relative likelihood of the elements within M.



Let c be the count of an element, meaning how often it is contained in M.



Then the relative likelihood p is p = c/|M|.



However I only have M' which is a subset of M. Every apearence of an element in M is missing in M' with a probability of 0 < x < 1. By this I mean if an element is contained in M 3 times each of the three times can be missing individually with the chance x.



Calculating the relative likelihood for this M' now propagates this error.



So the size of M' is (1-x)|M| and the count c of an element i should be (1-xi)c. The error of the count of an element will obviously not be x for all of them.



Because I am calculating relative likelihoods I have the boundary condition that the sum of all p over all elements needs to be 1. Or equivalently that the sum of all counts (with error) needs to be equal to all elements in the multiset (1-x)|M|.



How would one estimate the error for the relative likelihoods in this scenario?







share|cite|improve this question















  • 1




    Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Jul 30 at 9:34














up vote
0
down vote

favorite












Given a multiset of elements M.



I would like to compute the relative likelihood of the elements within M.



Let c be the count of an element, meaning how often it is contained in M.



Then the relative likelihood p is p = c/|M|.



However I only have M' which is a subset of M. Every apearence of an element in M is missing in M' with a probability of 0 < x < 1. By this I mean if an element is contained in M 3 times each of the three times can be missing individually with the chance x.



Calculating the relative likelihood for this M' now propagates this error.



So the size of M' is (1-x)|M| and the count c of an element i should be (1-xi)c. The error of the count of an element will obviously not be x for all of them.



Because I am calculating relative likelihoods I have the boundary condition that the sum of all p over all elements needs to be 1. Or equivalently that the sum of all counts (with error) needs to be equal to all elements in the multiset (1-x)|M|.



How would one estimate the error for the relative likelihoods in this scenario?







share|cite|improve this question















  • 1




    Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Jul 30 at 9:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Given a multiset of elements M.



I would like to compute the relative likelihood of the elements within M.



Let c be the count of an element, meaning how often it is contained in M.



Then the relative likelihood p is p = c/|M|.



However I only have M' which is a subset of M. Every apearence of an element in M is missing in M' with a probability of 0 < x < 1. By this I mean if an element is contained in M 3 times each of the three times can be missing individually with the chance x.



Calculating the relative likelihood for this M' now propagates this error.



So the size of M' is (1-x)|M| and the count c of an element i should be (1-xi)c. The error of the count of an element will obviously not be x for all of them.



Because I am calculating relative likelihoods I have the boundary condition that the sum of all p over all elements needs to be 1. Or equivalently that the sum of all counts (with error) needs to be equal to all elements in the multiset (1-x)|M|.



How would one estimate the error for the relative likelihoods in this scenario?







share|cite|improve this question











Given a multiset of elements M.



I would like to compute the relative likelihood of the elements within M.



Let c be the count of an element, meaning how often it is contained in M.



Then the relative likelihood p is p = c/|M|.



However I only have M' which is a subset of M. Every apearence of an element in M is missing in M' with a probability of 0 < x < 1. By this I mean if an element is contained in M 3 times each of the three times can be missing individually with the chance x.



Calculating the relative likelihood for this M' now propagates this error.



So the size of M' is (1-x)|M| and the count c of an element i should be (1-xi)c. The error of the count of an element will obviously not be x for all of them.



Because I am calculating relative likelihoods I have the boundary condition that the sum of all p over all elements needs to be 1. Or equivalently that the sum of all counts (with error) needs to be equal to all elements in the multiset (1-x)|M|.



How would one estimate the error for the relative likelihoods in this scenario?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 30 at 9:20









Leandro

1




1







  • 1




    Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Jul 30 at 9:34












  • 1




    Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Jul 30 at 9:34







1




1




Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
– José Carlos Santos
Jul 30 at 9:34




Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
– José Carlos Santos
Jul 30 at 9:34















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: "69"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866822%2ferror-estimation-with-boundary-condition%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866822%2ferror-estimation-with-boundary-condition%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?