Representing continuous probability distributions

后端 未结 10 2162
天命终不由人
天命终不由人 2021-01-30 14:27

I have a problem involving a collection of continuous probability distribution functions, most of which are determined empirically (e.g. departure times, transit times). What I

10条回答
  •  感动是毒
    2021-01-30 15:24

    If you want some fun, try representing them symbolically like Maple or Mathemetica would do. Maple uses directed acyclic graphs, while Matematica uses a list/lisp like appoach (I believe, but it's been a loooong time, since I even thought about this).

    Do all your manipulations symbolically, then at the end push through numerical values. (Or just find a way to launch off in a shell and do the computations).

    Paul.

提交回复
热议问题