similar to: Beta stochastic simulation

Displaying 20 results from an estimated 700 matches similar to: "Beta stochastic simulation"

2010 Dec 16
3
Xen version
Hi, We are thinking of using CentOS with XEN in production, but we are facing some issues regarding the 3.0.3 version of the xen hypervisor and windows paravirtualization. The drivers we are using are from here ( http://wiki.xensource.com/xenwiki/XenWindowsGplPv). The solution we found is upgrading to xen 3.4.2, using a strange repository (gitco.de), and everything seems to work. Now the question
2007 Mar 07
4
wine: could not load L"D:\\Setup.exe": Bad EXE format for
Just trying to setup an application to run educational material from a CD the software is /SkillSoft Course Manager (SCM) I searched the internet for a solution but did not find anything useful. /I just installed wine and have IE6 working for testing purposes. Any hints? Ideas? solutions? Would be wonderful. Never used wine before. Phil
2008 Sep 04
0
Inherit Owner
Hi, I'm having difficultly getting Inherit Owner to work. I'm running the following: Solaris 10 (patch 6, I think) Samba 3.2.1 Joined to AD Domain I've been compiling Samba with: ./configure --prefix=/usr/local/samba --exec-prefix=/usr/local/samba --enable-nss-wrapper --enable-cups --with-ads --with-pam --with-acl-support --with-krb5=/usr/local --with-ldap
2012 Dec 10
1
Problem with SIP trunk I've set up between two * boxes.
Hi! I'm trying to set up a SIP trunk so that I can test calls, etc., between a new Asterisk box, and an old 1.4 box. --------------------------------------------------------------------------- New box: root at asterisk1:/etc/asterisk# head -1 sip.conf #include siptrunk.conf siptrunk.conf: [box1] ; All box1 extensions; see extensions.conf type=peer context=adhearsion host=172.17.0.17 ; IP
2010 Nov 08
2
DO NOT REPLY [Bug 7783] New: add no-executability option
https://bugzilla.samba.org/show_bug.cgi?id=7783 Summary: add no-executability option Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: uhlar at fantomas.sk QAContact:
2014 Aug 06
2
[LLVMdev] LNT bot failures
Folks, I'm scratching my head to understand what's wrong with this bot: http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/7783/steps/lnt.nightly-test/logs/stdio There were no recent commits to lnt or the test-suite and I've cleaned the lnt.venv on the bot, but it's still failing. I also haven't updated the packages or anything on the bot. Can any LNT specialist
2011 Apr 10
5
Question about levels/as.numeric
Hi, I am still new to R and this is my first post on this mailing-list. I have two .csv (each one being a column of real numbers) coming from the same database (the first one is just longer than the second) and I read them in R the following way: returns <- read.csv("test.csv", header = FALSE) returns2 <- read.csv("test2.csv", header = FALSE) However, the two
2006 Apr 24
7
Can you improve on this code?
# File app/models/timesheet.rb, line 27 27: def totals 28: totals = Hash.new 29: totals["Monday"] = totals["Tuesday"] = totals["Wednesday"] = totals["Thursday"] = totals["Friday"] = totals["Saturday"] = totals["Sunday"] = totals["Totals"]=0 #initialise all to zero 31: 32: for item in
2018 May 07
2
read.csv and Decimal places
Hi, Novice UsR here. I have a csv file that contains 13 columns of numeric data that have decimal places (for the most part). After reading in the file RevFCast = read.csv("RevAnalysisNov2016_April2018.csv", header=TRUE, dec = ".", stringsAsFactors=FALSE) and viewing the data View(RevFCast) Some of the fields came in with the correct decimals and some not? The view in R:
2018 May 07
0
read.csv and Decimal places
The stored numbers are correct. They are rounded on printing. print(RevFCast, digits=17) See ?options And scroll down to digits. On Mon, May 7, 2018 at 11:50 Bill Poling <Bill.Poling at zelis.com> wrote: > Hi, Novice UsR here. > > I have a csv file that contains 13 columns of numeric data that have > decimal places (for the most part). > > After reading in the file >
2018 May 07
1
read.csv and Decimal places
... and see also ?print.data.frame , the "digits" argument. See also ?str It might be worth your while spending time with an R tutorial or two that covers such topics, i.e. distinguishing between an object and various (S3) methods that "represent" it, such as print(), summary(), plot() etc. -- Bert Bert Gunter "The trouble with having an open mind is that people keep
2011 Aug 14
3
Not sure how to use aggregate, colSums, by
I have a data frame called test shown below that i would like to summarize in a particular way : I want to show the column sums (columns y ,f) grouped by country (column e1). However, I'm looking for the data to be split according to column e2. In other words, two tables of sum by country. One table for "con" and one table for "std" shown in column e2. Finally at the
2017 Oct 25
11
[OT] Bash help
I know this is for CentOS stuff, but I'm at a loss on how to build a script that does what I need it to do.? It's probably really logically simple, I'm just not seeing it.? Hopefully someone will take pity on me and at least give me a big hint. I have a file with two columns 'email' and 'total' like this: me at example.com 20 me at example.com 40 you at domain.com
2013 Mar 08
4
create bar chart with different totals in a bar
Hello together, perhabs anyone of you, has an ideal, how i can do this: I have a matrix, like this one: [,1] [,2] [,3] [,4] abnr2 11425 11425 11555 11888 TIME 2 1 1 2 Cat 1 2 1
2007 Dec 20
1
data shape
Hello: I have been give a spreadsheet to work with formed as one big table. What it consists of is a 10-row-by-40-column table for each of about 70 different locations. In other words, the table row names are repeated 70 times, once for each of the locations (whose names also appear in the same column, where it's talking about the totals for that location), e.g.: A B C
2008 Apr 23
1
problem with data for metaMDS analysis please help
am at my wit's end. I am not sure what is wrong with this data matrix. It is sparse because it is a matrix of species, but I have looked at the row totals and column totals and they are positive. rmetaMDS(x.d) Error in if (autotransform && xam > 50) { : missing value where TRUE/FALSE needed What is wrong? And in the future how in God's name do I easily diagnose whatever
2009 Jul 08
2
Randomizing a dataframe
Hi R-helpers, I have a dataframe (called data) with trees in rows (n=100) and insect species (n=10) in columns. My tree IDs are in a column called TREE and each species has a column labeled SPEC1, SPEC2, SPEC3, etc... I wish to randomize the values in my dataframe such that row and column totals are held constant, i.e. in my randomized data each tree will have the same number of individual
2012 Sep 13
1
cannot write to CIFS shares on a Windows box from Centos 6
Another issue that I found was that I cannot write to CIFS shares on a Windows server with Centos 6. I can write to them from Centos 5 and older Fedora versions, but not from Centos 6. Any ideas on what needs to be changed or where I can start looking for some indication of what is wrong? Thank you, Ryan Palamara ZAIS Group, LLC 2 Bridge Avenue, Suite 322 Red Bank, New Jersey 07701 Phone: (732)
2007 Apr 11
0
ldap password sync
>Ok, in this case you must look at pdb_nds.... >Volker worked a charm - many thanks. I owe you a beer the next time your in Melbourne. Regards, David Pinkerton The contents of this email may be privileged and confidential, any unauthorised use of the contents is expressly prohibited. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or
2008 Sep 18
0
SNIA 2008 Storage Developer Conference CIFS/SMB/SMB2 Plugfest
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reminder of the pug fest coming up next week: - ------ SNIA 2008 Storage Developer Conference CIFS/SMB/SMB2 Plugfest The Storage Networking Industry Associate is hosting a CIFS/SMB/SMB2 plugfest event hosted in conjunction with the SNIA 2008 Storage Developer Conference in Santa Clara, CA, USA on September 22nd - 28th, 2008. This event is intended