LChrisman/Possible MetaLog application examples

Revision as of 18:33, 5 August 2025 by Lchrisman (talk | contribs) (Created page with "This is a brainstorming ideas page. A place to list ideas for possible examples (either practical or didactic) of the MetaLog distribution. In particular, I'm looking for exam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a brainstorming ideas page. A place to list ideas for possible examples (either practical or didactic) of the MetaLog distribution. In particular, I'm looking for examples that leverage the results from https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5280979 Baucells, Chrisman, Keelin & Xu (2025)].

Newsboy problem

  • Q = quantity to order (Decision)
  • D = Demand (a MetaLog distribution)
  • Q-D = also a MetaLog for any Q.
[math]\displaystyle{ Profit = p Min( D,Q ) - c Q = p [ Min(D-Q,0) + Q ] - c Q = p Min(D-Q,0) + (p-c) Q }[/math]
[math]\displaystyle{ E[Profit] = p E[ D-Q | D-Q \lt 0 ] + (p-c) Q }[/math]

Closed form for any Q.

Finding optimal Q? The closed form for profit doesn't eliminate the need for optimization.

Solve [math]\displaystyle{ P(D \le Q) = {{p-c}\over p} }[/math] to get optimal Q:

  • [math]\displaystyle{ Q^* = M_D\left({{p-c}\over p}\right) }[/math]

This is closed-form. (Wikipedia shows this solution).

This example doesn't require any of our new results, but it does show off an advantage of MetaLog.

Comments


You are not allowed to post comments.