search for: simpy

Displaying 12 results from an estimated 12 matches for "simpy".

Did you mean: simply
2008 Dec 22
2
queue simulation
Hi all, I have a multiple queing situation I'd like to simulate to get some idea of the distributions - waiting times and allocations etc. Does R has a package available for this - many years ago there used to be a language called "simscript" for discrete event simulation and I was wondering if R has an equivalent (or hopefully with graphics, something better!). Apologies if there
2011 Sep 22
7
need help on melt/cast
Hello, I need to convert dataframe from: ID T0 T1 T2 A 1 2 3 B 4 5 6 C 7 8 9 to: ID Variable Value A T0 1 A T1 2 A T2 3 B T0 4 B T1 5 B T2 6 C T0 7 C T1 8 C T2 9 i tried to use melt cast but it gives me all the time not exactly what I need. Thank
2008 Aug 15
1
Vectorization of duration of the game in the gambler ruin's problem
...using the traditional control structures (while, for, etc.) it is rather slow. Does anyone know of a way i could vectorize the "while" and the "for" to produce a faster code? And while I'm at it, does anyone know of a discrete-event simulation package in R such as the "SimPy" for Python? Thanks in advance [[alternative HTML version deleted]]
2013 Nov 20
3
Invalid VA => ptr conversion with xc_dom_* API after XSA-55 fox
Hi list, Jeff and FastIce pointed out a regression between Xen 4.1.2 and 4.1.6 when starting NetBSD domU; the kernel syms table gets slightly corrupted [1]. After dwelling into libxc code, FastIce noticed that changing back the return value to "ptr + offset" (instead of just "ptr") for xc_dom_vaddr_to_ptr() makes it work again. According to [2] while fixing XSA-55, Ian
2006 Mar 14
2
[OT] Comments wanted on use of bitwise op
Here''s the scenario. I have a main tree-like table (actually it''s more of a hierarchy), where the entries (or at least some of them) can be categorised as one or more of a fixed number of types (prob about 6 poss types). So an entry could be a Type A and a Type D; a Type C, D, E; just a Type F; etc. Having a join table would seem like it might get rather expensive since
2002 May 31
6
I will pay you $10US (via Paypal) out of my own pocke t if you can solve this CUPS & Samba problem.
...pay you $10US (via Paypal) out of my own pocket if you can solve this CUPS & Samba problem. that looks ok, simply click ok and load the printer driver from whichever os version you are using. ie go get the latest drivers for the printer you want to use and the os you have on the workstation. simpy those printer drivers and it should work. Blake Patton Spots InterConnect Inc. pattonb@spots.ca (403) 571-7768 -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On Behalf Of WEBSTER, Greg Sent: Friday, May 31, 2002 12:27 PM To: samba@lists.samba...
2007 May 26
13
munin module: manage clients and server''s config
Hello all. Probably this question has already been posed in the context of another software, but I am unable to find it. I would like to implement a module which should manage munin-clients as well as the munin-server. Here is what I am thinking about implementing: - There are two classes: munin::client and munin::server - munin::clients'' configuration will be managed automatically.
2003 Mar 06
14
policy routing at its best
hello list (and martin) ;x i have now composed my final(?) policy routing design. the goals i had when beginning with this, for you that have not follow mine and martins thread, was to 1) only let 192.168.1/24 to see all routes, 2) not route between defined networks, except to and from 192.168.1/24 and 3) not defined networks should only be able to reach 192.168.1/24. this might sound simple.
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2006 Jun 18
10
1.0 RC1 status
Today I finally caught up with my mail. I've now read all the mails from the Dovecot list from this year and all my private mails from last few years (totaling around 500 unread mails). If you think there's still something I should have replied to, please re-send it because I've either missed it or just skipped it for some reason. (Except there are still a couple of mails from this
2016 Jul 14
10
[PATCH v2 0/7] Fix SELinux
v1 -> v2: - Add simple test of the setfiles API. - Use SELinux_relabel module in virt-v2v (instead of touch /.autorelabel). - Small fixes. Rich.
2008 Dec 29
0
Serial Correlation Test for Short Time Series
..., a couple of weeks ago I made a note to myself to do this as an example of how one could do linked data structures in R. Again, this view is considered a poor way to program DES, but if you are interested, feel free to contact me. I very much like (and am somewhat involved in the development of) SimPy, a Python-based DES package. You could use SimPy for your simulation and use RPy to access R from SimPy, to take advantage of R's graphics and statistics facilities. SimPy is at http://simpy.sourceforge.net/ Also, I have a tutorial on it at http://heather.cs.ucdavis.edu/~matloff/simcourse.ht...