Standard cumulative distribution function with optimization model variableIs my approach to my internship...

Which culture used no personal names?

3-prong to 4-prong conversion - EXTRA MISLABELLED WIRES - Dryer cable upgrade and installation

Advisor asked for my entire slide presentation so she could give the presentation at an international conference

Why does Sonny say they call Michael "Giogali"?

What does すきすき mean here?

Why isn't Hagrid removed from Hogwarts sooner in Harry's would-be 7th year?

Easy way of generating a 50-150W load @12V

What are the branches of statistics?

Why is the empennage design of this Lockheed 1049E so complicated?

A fast aquatic predator with multiple eyes and pupils. Would these eyes be possible?

Extra battery in the bay of an HDD

How to prove that invoices are really UNPAID?

Difference between commands `setminus` and `backslash`

How do I reset the TSA-unlocked indicator on my lock?

How many records can an Apex Batch process

Remove last letter 4 times, get a real word each time, starting word is a car model

What is this game with a red cricket pushing a ball?

Can you upgrade armour from breastplate to halfplate?

Is there a historical explanation as to why the USA people are so litigious compared to France?

What is the "Applicable country" field on the Icelandair check-in form?

Novel with a mix of real world and gods

How to create a vimrc macro using :sort?

Why does b+=(4,) work and b = b + (4,) doesn't work when b is a list?

What does the British parliament hope to achieve by requesting a third Brexit extension?



Standard cumulative distribution function with optimization model variable


Is my approach to my internship project good? Optimal allocation of product across stores, constrained optimizationReduction of Unnecessary Parameters and Variables in an MIPWhat is this type of scheduling problem called?Static stochastic knapsack problem: unbounded versionRepresenting an indicator function: binary variables and “indicator constraints”Using Spatial Multi Criteria Analysis for simultaneously locating various facilities?To which area does constraint programming belong?Approaches for choosing a “risk” factor in an Inventory Optimization problem?Binary variable to count appearancesHow to linearize a constraint with max













3














$begingroup$


We all know that expressions in mathematical optimization models can't contain "black boxes" around a decision variable since everything has to be written using mathematical expressions. For example, "yes/no" decisions can't be written as "if this then that" expressions in a model, but can be written using big-$M$ constraints with a binary variable.



What is the recommended way of writing a model that must compute the value of a cumulative distribution function from a decision variable?



For example, let's suppose we have a model with the following constraint:



$$Phi_X(x)le b$$



where $Phi_X(x)$ is the cumulative distribution function of the standard Normal random variable $Xsim N(mu = 0,sigma =1)$, $x$ is a decision variable, and $b$ is a parameter of the model.



Is there any way of converting this kind of constraint into a valid mathematical formulation? What is the approach suggested by experts? Does that kind of constraint absolutely require the use of special tools that can't be found in regular optimization solvers?










share|improve this question











$endgroup$
















  • $begingroup$
    What do you men by "characteristic function of the standard deviation", care to explain?
    $endgroup$
    – kjetil b halvorsen
    5 hours ago










  • $begingroup$
    Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
    $endgroup$
    – V. Brunelle
    4 hours ago










  • $begingroup$
    I do not speak french, so let us wait for some french speaker to show up ...
    $endgroup$
    – kjetil b halvorsen
    4 hours ago










  • $begingroup$
    Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
    $endgroup$
    – SecretAgentMan
    2 hours ago












  • $begingroup$
    @SecretAgentMan Yes it is. µ=0 and sigma=1.
    $endgroup$
    – V. Brunelle
    2 hours ago
















3














$begingroup$


We all know that expressions in mathematical optimization models can't contain "black boxes" around a decision variable since everything has to be written using mathematical expressions. For example, "yes/no" decisions can't be written as "if this then that" expressions in a model, but can be written using big-$M$ constraints with a binary variable.



What is the recommended way of writing a model that must compute the value of a cumulative distribution function from a decision variable?



For example, let's suppose we have a model with the following constraint:



$$Phi_X(x)le b$$



where $Phi_X(x)$ is the cumulative distribution function of the standard Normal random variable $Xsim N(mu = 0,sigma =1)$, $x$ is a decision variable, and $b$ is a parameter of the model.



Is there any way of converting this kind of constraint into a valid mathematical formulation? What is the approach suggested by experts? Does that kind of constraint absolutely require the use of special tools that can't be found in regular optimization solvers?










share|improve this question











$endgroup$
















  • $begingroup$
    What do you men by "characteristic function of the standard deviation", care to explain?
    $endgroup$
    – kjetil b halvorsen
    5 hours ago










  • $begingroup$
    Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
    $endgroup$
    – V. Brunelle
    4 hours ago










  • $begingroup$
    I do not speak french, so let us wait for some french speaker to show up ...
    $endgroup$
    – kjetil b halvorsen
    4 hours ago










  • $begingroup$
    Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
    $endgroup$
    – SecretAgentMan
    2 hours ago












  • $begingroup$
    @SecretAgentMan Yes it is. µ=0 and sigma=1.
    $endgroup$
    – V. Brunelle
    2 hours ago














3












3








3





$begingroup$


We all know that expressions in mathematical optimization models can't contain "black boxes" around a decision variable since everything has to be written using mathematical expressions. For example, "yes/no" decisions can't be written as "if this then that" expressions in a model, but can be written using big-$M$ constraints with a binary variable.



What is the recommended way of writing a model that must compute the value of a cumulative distribution function from a decision variable?



For example, let's suppose we have a model with the following constraint:



$$Phi_X(x)le b$$



where $Phi_X(x)$ is the cumulative distribution function of the standard Normal random variable $Xsim N(mu = 0,sigma =1)$, $x$ is a decision variable, and $b$ is a parameter of the model.



Is there any way of converting this kind of constraint into a valid mathematical formulation? What is the approach suggested by experts? Does that kind of constraint absolutely require the use of special tools that can't be found in regular optimization solvers?










share|improve this question











$endgroup$




We all know that expressions in mathematical optimization models can't contain "black boxes" around a decision variable since everything has to be written using mathematical expressions. For example, "yes/no" decisions can't be written as "if this then that" expressions in a model, but can be written using big-$M$ constraints with a binary variable.



What is the recommended way of writing a model that must compute the value of a cumulative distribution function from a decision variable?



For example, let's suppose we have a model with the following constraint:



$$Phi_X(x)le b$$



where $Phi_X(x)$ is the cumulative distribution function of the standard Normal random variable $Xsim N(mu = 0,sigma =1)$, $x$ is a decision variable, and $b$ is a parameter of the model.



Is there any way of converting this kind of constraint into a valid mathematical formulation? What is the approach suggested by experts? Does that kind of constraint absolutely require the use of special tools that can't be found in regular optimization solvers?







optimization modeling probability-distributions






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited 1 hour ago









SecretAgentMan

1,1122 silver badges23 bronze badges




1,1122 silver badges23 bronze badges










asked 8 hours ago









V. BrunelleV. Brunelle

1617 bronze badges




1617 bronze badges















  • $begingroup$
    What do you men by "characteristic function of the standard deviation", care to explain?
    $endgroup$
    – kjetil b halvorsen
    5 hours ago










  • $begingroup$
    Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
    $endgroup$
    – V. Brunelle
    4 hours ago










  • $begingroup$
    I do not speak french, so let us wait for some french speaker to show up ...
    $endgroup$
    – kjetil b halvorsen
    4 hours ago










  • $begingroup$
    Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
    $endgroup$
    – SecretAgentMan
    2 hours ago












  • $begingroup$
    @SecretAgentMan Yes it is. µ=0 and sigma=1.
    $endgroup$
    – V. Brunelle
    2 hours ago


















  • $begingroup$
    What do you men by "characteristic function of the standard deviation", care to explain?
    $endgroup$
    – kjetil b halvorsen
    5 hours ago










  • $begingroup$
    Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
    $endgroup$
    – V. Brunelle
    4 hours ago










  • $begingroup$
    I do not speak french, so let us wait for some french speaker to show up ...
    $endgroup$
    – kjetil b halvorsen
    4 hours ago










  • $begingroup$
    Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
    $endgroup$
    – SecretAgentMan
    2 hours ago












  • $begingroup$
    @SecretAgentMan Yes it is. µ=0 and sigma=1.
    $endgroup$
    – V. Brunelle
    2 hours ago
















$begingroup$
What do you men by "characteristic function of the standard deviation", care to explain?
$endgroup$
– kjetil b halvorsen
5 hours ago




$begingroup$
What do you men by "characteristic function of the standard deviation", care to explain?
$endgroup$
– kjetil b halvorsen
5 hours ago












$begingroup$
Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
$endgroup$
– V. Brunelle
4 hours ago




$begingroup$
Is it me or English lacks this definition? "Loi normale centrée réduite" (in French) is what I mean. The "default" standard law, when the average is 0 and the standard error is 1.
$endgroup$
– V. Brunelle
4 hours ago












$begingroup$
I do not speak french, so let us wait for some french speaker to show up ...
$endgroup$
– kjetil b halvorsen
4 hours ago




$begingroup$
I do not speak french, so let us wait for some french speaker to show up ...
$endgroup$
– kjetil b halvorsen
4 hours ago












$begingroup$
Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
$endgroup$
– SecretAgentMan
2 hours ago






$begingroup$
Is $Phi(x)$ the CDF? As in $Phi_X(x) = P(Xle x)$ for the standard Normal distribution for $Xsim N(mu =0, sigma = 1)$, $text{E}[X]=mu$ and $sqrt{text{Var}(X)}=sigma$?
$endgroup$
– SecretAgentMan
2 hours ago














$begingroup$
@SecretAgentMan Yes it is. µ=0 and sigma=1.
$endgroup$
– V. Brunelle
2 hours ago




$begingroup$
@SecretAgentMan Yes it is. µ=0 and sigma=1.
$endgroup$
– V. Brunelle
2 hours ago










1 Answer
1






active

oldest

votes


















7
















$begingroup$

For strictly increasing CDFs, you can invert:
$$x le Phi^{-1}(b)$$






share|improve this answer










$endgroup$

















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "700"
    };
    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/4.0/"u003ecc by-sa 4.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
    });


    }
    });















    draft saved

    draft discarded
















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2for.stackexchange.com%2fquestions%2f2753%2fstandard-cumulative-distribution-function-with-optimization-model-variable%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    7
















    $begingroup$

    For strictly increasing CDFs, you can invert:
    $$x le Phi^{-1}(b)$$






    share|improve this answer










    $endgroup$




















      7
















      $begingroup$

      For strictly increasing CDFs, you can invert:
      $$x le Phi^{-1}(b)$$






      share|improve this answer










      $endgroup$


















        7














        7










        7







        $begingroup$

        For strictly increasing CDFs, you can invert:
        $$x le Phi^{-1}(b)$$






        share|improve this answer










        $endgroup$



        For strictly increasing CDFs, you can invert:
        $$x le Phi^{-1}(b)$$







        share|improve this answer













        share|improve this answer




        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        Rob PrattRob Pratt

        1,4671 silver badge12 bronze badges




        1,4671 silver badge12 bronze badges


































            draft saved

            draft discarded



















































            Thanks for contributing an answer to Operations Research 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%2for.stackexchange.com%2fquestions%2f2753%2fstandard-cumulative-distribution-function-with-optimization-model-variable%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

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...