From a11ffc4e9418c75f636f216d70c903bdd7192bd8 Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Sun, 7 Mar 2021 19:01:13 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cd9da81..1e0feec 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ [![View notebooks](https://wolfr.am/HAAhzkRq)](https://wolfr.am/TPaqP8aH) A wolfram language package for applications of semi-definite programming in queuing theory. + +**Components:** +- [x] DistributionMomentTruncation: represent truncated moment sequences upon which the [moment problem](https://en.wikipedia.org/wiki/Moment_problem) can be raised. +- [ ] ProcessMomentTruncation: represent truncated moment (including auto-correlating joints) sequences of (weakly-)steady processes. +- [ ] QueueMomentTruncation: represent truncated moment sequences of queues, suitable for the use in semi-definite probramming. +- [ ] _(possibly) ProcessMomentTruncation: represent truncated moment sequences of (weakly-)steady processes._