Supply Demand Modeling

后端 未结 1 1772
梦谈多话
梦谈多话 2021-02-11 06:43

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:25

    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)
提交回复
热议问题