search for: stirling

Displaying 20 results from an estimated 135 matches for "stirling".

Did you mean: sterling
2006 Jul 19
2
Stirling numbers
Hi anyone coded up Stirling numbers in R? [I need unsigned Stirling numbers of the first kind] cheers Robin -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2002 Sep 12
1
dropterm, binomial.glm, F-test
...8.0 4144.2 0.0367 0.8518 gtbt:f.batch 1 4059.3 4135.4 0.0152 0.9043 Warning message: F test assumes quasibinomial family in: dropterm.glm(minimod, test = "F") ---------------------------------------------------------- Dr. Andrew Beckerman Institute of Biological Science University of Stirling Stirling FK9 4LA +44 (0)1786 then wk-467808 fx-464994 (APB is not responsible for anything below this) -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the...
2011 May 09
1
Stirlings Approximation
I have some big combinations like: 4444444444444444444444444444 choose 784645433 Can R compute these? Is there any package that does stirlings approximation in R? -- Thanks, Jim. [[alternative HTML version deleted]]
2002 Nov 18
5
order and rm()
Hello all. I have two small questions in one post, for the sake of brevity. 1. I have some objects that I want to delete. I have the line: rm (c (channelheader, paste ("channel", 1:3, sep=""))) I have tried a few variations, including list=, but cannot figure it out. In SAS, I can use a ':' as a wildcard. Is there any equivalent in R? 2. Is there any possible was to
2004 Aug 06
2
yp dir listing
Oliver Stirling wrote: > Oliver Stirling wrote: > >> My icecast server is behind a http proxy server, does anyone know of a >> program I can use to get icecast to send data to that will forward it >> to the yp dir? (I'm on linux btw) >> >> Oli >> >> --- >8...
2007 Nov 17
3
R and reading matlab compressed files
...data (not that I managed to make it work yet!), but I'd rather not run Matlab & R together: I'd like to use R to read matlab files on machines not licensed for matlab! Are there any ways to make this work? --Leslie Smith -- Prof Leslie Smith Computing Science and Maths University of Stirling FK9 4LA Scotland Tel (44) 1786 467435 -- The University of Stirling is a university established i...{{dropped:11}}
2002 Nov 21
1
AW: Improving R Editing: New JEdit Edit Mode for R
Hi Daniel, > Do you have experience how JEdit compares to other > R-capable editors like e.g. WinEdt? Does it offer something like WinEdt's > integration with the Windows R-gui? I have never tried out WinEdit but after reading your message I took a quick glance at their homepage. It would not be useful for JEdit to implement the provided interaction with R-GUI since JEdit has to
2004 Aug 06
2
yp dir listing
My icecast server is behind a http proxy server, does anyone know of a program I can use to get icecast to send data to that will forward it to the yp dir? (I'm on linux btw) Oli --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only
2009 Apr 22
2
integrate lgamma from 0 to Inf
Dear R users, i try to integrate lgamma from 0 to Inf. But here i get the message "roundoff error is detected in the extrapolation table", if i use 1.0e120 instead of Inf the computation works, but this is against the suggestion of integrates help information to use Inf explicitly. Using stirlings approximation doesnt bring the solution too. ## Stirlings approximation lgammaApprox <- function(x) { 0.5*log(2*pi)+(x-(1/2))*log(x)-x } integrate(lgamma, lower = 0, upper = 1.0e120) integrate(lgammaApprox, lower = 0, upper = 1.0e120) > integrate(lgamma, lower = 0, upper = 1.0e120) 1.374...
2006 Jul 26
2
largest acceptable lookup table in a package
...my packages needs a look-up table of pre-calculated numbers in the data directory. I would like to have the matrix as large as possible. What is the largest size matrix that would be an acceptable datafile in an R package? [ The table is a square, upper triangular matrix consisting of logs of Stirling numbers calculated by Maple. As discussed on the List a few days ago (thanks again David!) Stirling numbers are computationally challenging; one needs exact integer arithmetic for very large integers for their calculation (a 100x100 table requires ~10^157) ] -- Robin Hankin Uncertainty Anal...
2004 Aug 06
2
Wanted: Ogg Stations Directory
On 17 Jun 2003 at 14:18, Oliver Stirling wrote: > On a slightly different note I was wondering if it was possible to add > to the yp directory on a different port than http? My station is a > student radio station in the UK and we are behind the uni firewall and > as far as I know I can't get icecast to use the proxy. &gt...
2002 Nov 20
4
Improving R Editing: New JEdit Edit Mode for R
Hi all, I have created a new edit mode file for the editor JEdit (http://www.jedit.org) based on the file from Zed Shaw. The difference between his and my file is that mine can be used as a spell checker. It does not highlight all functions but provides syntax highlighting for the base package (keyword types 1 and 2) and 26 additional packages (boot, class, cluster, ctest, eda, foreign, grid,
2011 Oct 12
2
p adjustment on 4thcorner results
...-0.0320345 0.316 RABINT / GRAS r 0.0124263 0.399 Thank you in advance for your help, Regards, C. -- Cristina E. Ramalho PhD Candidate MSc in GIS Ecosystem Restoration & Intervention Ecology Research Group School of Plant Biology (M090) The University of Western Australia 35 Stirling Highway, Crawley WA 6009 Perth, Australia Phone: +61 (08) 6488 4655; Fax: +61 (08) 6488 7461 www.plants.uwa.edu.au/research/ecosystem_restoration --------------------------------------------------------------------------------------------------- [[alternative HTML version deleted]]
2002 Jul 15
2
problems with CarbonLib
I tried to intall R in a iMac with Mac OS E1- 9.0.4 (Mac OS ROM VE-4.6.1). When I tried to run R for the first time I got a message about "Carbonlib-- CF RangeMake" not beeing found. Please, could you help me to tackle the problem. Thanks very much. Barahona -- Enrique Barahona Fernandez ESTACION EXPERIMENTAL DEL ZAIDIN, CSIC Profesor Albareda, 1 18008, GRANADA (Spain) Tel. + 34
2004 Aug 06
0
Wanted: Ogg Stations Directory
Stefan Neufeind wrote: > On 17 Jun 2003 at 14:18, Oliver Stirling wrote: > > >>On a slightly different note I was wondering if it was possible to add >>to the yp directory on a different port than http? My station is a >>student radio station in the UK and we are behind the uni firewall and >>as far as I know I can't get icecas...
2006 Jul 31
1
Rails on Fedora Core 4 + Apache 2.0.54
Hi guys, I want to get Rails to run optimally on Fedora Core 4 + Apache 2.0.54. Can anyone point me in the right direction please? Best Regards, Ashish. Senior Consultant SAP For Business Ltd., 37 Springfield Road, Stirling, Scotland, United Kingdom FK7 7QN. +44-774-810-7492. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060731/fec03be3/attachment.html
2010 Sep 30
1
R 2.11.1 crashes
...reeze and crash out... Is this something that can be fixed? I would like to use the internel help file if possible... Thanks. ########################################### Assistant Professor Steve Su School of Mathematics and Statistics Faculty of Engineering, Computing and Mathematics M019, 35 Stirling Highway Crawley, 6009, WA, Australia Phone:+6164883369 http://www.uwa.edu.au/people/steve.su CRICOS Provider Code: 00126G [[alternative HTML version deleted]]
2013 Feb 01
1
x-axis labelling
...in my barplot, which is the default behavior. I would like to label every other tick mark in the barplot --> 1,3,5,7 and so on. Thank you very much for your help! All the best, A -- Alfredo Tello (http://alfredotello.com) Sustainable Aquaculture Group Institute of Aquaculture University of Stirling Scotland, UK. [[alternative HTML version deleted]]
2007 Jan 18
6
Apache 2.2 under CentOS?
...re bullfighting, mountain climbing and auto racing." -Earnest Hemingway "Because everything else requires only one ball." -Unknown "Do you wanna go fast or suck?" -Mike Kojima "There are two things no man will admit he cannot do well: drive and make love." -Sir Stirling Moss
2006 Feb 18
3
Bug in Sweave? -- scoping problem? (PR#8615)
I have found a strange scoping problem in Sweave. The following Rnw file doesn't produce the same output in Sweave as it does if I produce an R file using Stangle and execute that: \documentclass[12pt]{article} \begin{document} <<R>>= election <- data.frame(A=1:3, B=9:7, C=rep(0,3)) partytotal <- rep(0, ncol(election)) for (i in 1:ncol(election)) { partytotal[i] <-