How to define a maximum likelihood objective for a variable assignment? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Maximum Likelihood from observed valuesMaximum likelihood estimatorsSetting upp the maximum likelihood equationFinding Maximum likelihood estimator of a functionMaximum Likelihood FunctionConsistency of maximum likelihood estimation for UniformObtaining maximum likelihood estimator for $mu$ in this distributionMaximum likelihood estimator of $operatornamePoisson(lambda)$ with restricted $lambda$Rigorous definition of the Maximum likelihood estimatorMaximum likelihood estimation of a Gaussian copula

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Geometric mean and geometric standard deviation

What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?

Determine whether f is a function, an injection, a surjection

What did Darwin mean by 'squib' here?

Slither Like a Snake

Statistical model of ligand substitution

I'm having difficulty getting my players to do stuff in a sandbox campaign

Losing the Initialization Vector in Cipher Block Chaining

How is simplicity better than precision and clarity in prose?

Two different pronunciation of "понял"

What is the electric potential inside a point charge?

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

Estimated State payment too big --> money back; + 2018 Tax Reform

How does modal jazz use chord progressions?

What do you call a plan that's an alternative plan in case your initial plan fails?

3 doors, three guards, one stone

Can't figure this one out.. What is the missing box?

What do you call the holes in a flute?

What computer would be fastest for Mathematica Home Edition?

How do I keep my slimes from escaping their pens?

Unable to start mainnet node docker container

Stars Make Stars

What's the difference between (size_t)-1 and ~0?



How to define a maximum likelihood objective for a variable assignment?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Maximum Likelihood from observed valuesMaximum likelihood estimatorsSetting upp the maximum likelihood equationFinding Maximum likelihood estimator of a functionMaximum Likelihood FunctionConsistency of maximum likelihood estimation for UniformObtaining maximum likelihood estimator for $mu$ in this distributionMaximum likelihood estimator of $operatornamePoisson(lambda)$ with restricted $lambda$Rigorous definition of the Maximum likelihood estimatorMaximum likelihood estimation of a Gaussian copula










0












$begingroup$


Suppose that we have a set of candidate points $c_1<...<c_k$ and a set of variables $x_1<...<x_n$ where $k neq n$. Furthermore, we have the following distributions:
$p(x_1), p(x_2), ..., p(x_n).$



Our objective is to find the best assignment of candidate points $c_1<...<c_k$ to variables $x_1<...<x_n$. We are also allowed to assign ‘NaN’ to the variables. For example, in the figure below, we have 4 candidate points and 3 variables. Given the distributions, it seems that the best assignment is to assign ‘NaN’ to $x_1$, $c_1$ to $x_2$, and $c_2$ to $x_3$.



enter image description here



How can I formulate this problem as maximum likelihood? Should I use hypothesis testing to assign 'NaN' to some variables? For example, if $p(x_1 >= c_1) < alpha$ for some small $alpha$, then $x_1 = text'NaN'$.



Also, I have a dataset which contains the assignments (including 'NaN's). Is there a useful distribution to find? For example, $p(x_i = text'NaN')$?










share|cite|improve this question









$endgroup$











  • $begingroup$
    I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
    $endgroup$
    – BGM
    Mar 26 at 8:28















0












$begingroup$


Suppose that we have a set of candidate points $c_1<...<c_k$ and a set of variables $x_1<...<x_n$ where $k neq n$. Furthermore, we have the following distributions:
$p(x_1), p(x_2), ..., p(x_n).$



Our objective is to find the best assignment of candidate points $c_1<...<c_k$ to variables $x_1<...<x_n$. We are also allowed to assign ‘NaN’ to the variables. For example, in the figure below, we have 4 candidate points and 3 variables. Given the distributions, it seems that the best assignment is to assign ‘NaN’ to $x_1$, $c_1$ to $x_2$, and $c_2$ to $x_3$.



enter image description here



How can I formulate this problem as maximum likelihood? Should I use hypothesis testing to assign 'NaN' to some variables? For example, if $p(x_1 >= c_1) < alpha$ for some small $alpha$, then $x_1 = text'NaN'$.



Also, I have a dataset which contains the assignments (including 'NaN's). Is there a useful distribution to find? For example, $p(x_i = text'NaN')$?










share|cite|improve this question









$endgroup$











  • $begingroup$
    I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
    $endgroup$
    – BGM
    Mar 26 at 8:28













0












0








0





$begingroup$


Suppose that we have a set of candidate points $c_1<...<c_k$ and a set of variables $x_1<...<x_n$ where $k neq n$. Furthermore, we have the following distributions:
$p(x_1), p(x_2), ..., p(x_n).$



Our objective is to find the best assignment of candidate points $c_1<...<c_k$ to variables $x_1<...<x_n$. We are also allowed to assign ‘NaN’ to the variables. For example, in the figure below, we have 4 candidate points and 3 variables. Given the distributions, it seems that the best assignment is to assign ‘NaN’ to $x_1$, $c_1$ to $x_2$, and $c_2$ to $x_3$.



enter image description here



How can I formulate this problem as maximum likelihood? Should I use hypothesis testing to assign 'NaN' to some variables? For example, if $p(x_1 >= c_1) < alpha$ for some small $alpha$, then $x_1 = text'NaN'$.



Also, I have a dataset which contains the assignments (including 'NaN's). Is there a useful distribution to find? For example, $p(x_i = text'NaN')$?










share|cite|improve this question









$endgroup$




Suppose that we have a set of candidate points $c_1<...<c_k$ and a set of variables $x_1<...<x_n$ where $k neq n$. Furthermore, we have the following distributions:
$p(x_1), p(x_2), ..., p(x_n).$



Our objective is to find the best assignment of candidate points $c_1<...<c_k$ to variables $x_1<...<x_n$. We are also allowed to assign ‘NaN’ to the variables. For example, in the figure below, we have 4 candidate points and 3 variables. Given the distributions, it seems that the best assignment is to assign ‘NaN’ to $x_1$, $c_1$ to $x_2$, and $c_2$ to $x_3$.



enter image description here



How can I formulate this problem as maximum likelihood? Should I use hypothesis testing to assign 'NaN' to some variables? For example, if $p(x_1 >= c_1) < alpha$ for some small $alpha$, then $x_1 = text'NaN'$.



Also, I have a dataset which contains the assignments (including 'NaN's). Is there a useful distribution to find? For example, $p(x_i = text'NaN')$?







probability probability-distributions hypothesis-testing maximum-likelihood






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 25 at 18:31









KRLKRL

204




204











  • $begingroup$
    I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
    $endgroup$
    – BGM
    Mar 26 at 8:28
















  • $begingroup$
    I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
    $endgroup$
    – BGM
    Mar 26 at 8:28















$begingroup$
I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
$endgroup$
– BGM
Mar 26 at 8:28




$begingroup$
I assume you have $n$ pdf $p_1, p_2, ldots, p_n$. Besides the NaN part, for each data point $c_i$, you may just try to find out the corresponding $p_i^*$ which maximize $p_j(c_i)$. I am not sure if some of the data point is out of the support of all the pdfs, or you simply have arbitrarily set a threshold $alpha$ such that when $p_i^*(c_i) < alpha$, you assign it to NaN.
$endgroup$
– BGM
Mar 26 at 8:28










0






active

oldest

votes












Your Answer








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',
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
,
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%2f3162167%2fhow-to-define-a-maximum-likelihood-objective-for-a-variable-assignment%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















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3162167%2fhow-to-define-a-maximum-likelihood-objective-for-a-variable-assignment%23new-answer', 'question_page');

);

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







Popular posts from this blog

Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576