Supply Demand Modeling

后端 未结 1 540
礼貌的吻别
礼貌的吻别 2021-02-11 07:10

I thought I would ask the SO community on helping me with a project that I am currently working on. I need to model the price for a widget in a market situation. The price for t

相关标签:
1条回答
  • 2021-02-11 07:20

    Unfortunately I do not know of any libraries, but perhaps you can tap into Excel's statistics functions.

    My opinion follows.

    This is why economics is so boring, everything is supply/demand.

    Something along the lines of the following should work as a start:

    ListPrice = (Cost + Profit) * (demand/supply * economic-factor)
    

    where economic-factor is some determined constant.

    If you have some historical data, eg daily supply/demand ratio's you could factor it in, perhaps using some time-based scale.

    0 讨论(0)
提交回复
热议问题