search for: diminishing

Displaying 20 results from an estimated 252 matches for "diminishing".

2008 Jun 18
1
Maximum Likelihood Estimation
Using R, I would like to calculate algorithms to estimate coefficients á and â within the gamma function: f(costij)=((costij)^á)*exp(â*costij).  I have its logarithmic diminishing line data (Logarithmic Diminishing Line Data Table) and have installed R¢s Maximum Likelihood Estimation package; however, I am unsure which method to apply in order to calculate the algorisms (i.e., Newton-Raphson Maximization, Nelder-Mead Maximization, etc.)  Any guidance you all could provide wo...
2009 Feb 24
2
Problem about plot scale
There are 4 sets of array, each have 2 dimension data:x,y. And these data comes from bkde. I tried to plot them in one figure, but details of some lines, like peak and where it locate, have diminished since one set of array have fairly high y value.And another array have lots of y value near zero, like 1e-20, 1e-10, like a long tail, while the highest y value of these arrays is 1e-4. Does R have
2009 Apr 23
2
Plots - several pages per pdf - quality/size issue
Dear R-experts, I hope that question will not be too redundant (sorry if it is) but i don't seem able to find the answer i need in the archives... I try to create a file which would have 1.several pages and 2.several plots by page. I know how to make a pdf file this way, but my problem is that the pdf size gets way too big and cannot be open. So my question is: - is there a way to diminish
2017 Oct 03
3
PGO information at LTO/thinLTO link step
Hello, My team and I noticed that callsite hotness information is not preserved from compile to link step with LTO/thinLTO enabled. As a result, the link step inlining pass remains conservative when inlining callsites known to be hot (ie. without the 'HotCallSiteThreshold' which is set at 3000 by default). There are likely many cross-module inlining opportunities lost this way, and
2004 Nov 02
3
time dependency of Cox regression
Hi, How can I specify a Cox proportional hazards model with a covariate which i believe its strength on survival changes/diminishes with time? The value of the covariate was only recorded once at the beginning of the study for each individual (e.g. at the diagnosis of the disease), so I do not have the time course data of the covariate for any given individual. For example, I want to state at the
2009 May 03
2
clear screen?
I?ve been using this routine for several years. I?m sorry, I don?t remember where I got it. It works as it should, viz. it blanks the R console. But it requires package rcom and now that requires rscproxy. cls <- function () { require(rcom) wsh <- comCreateObject("Wscript.Shell") comInvoke(wsh, "SendKeys", "\f") invisible(wsh) } > cls()
2003 Aug 16
2
Prediction Intervals (reposting)
(I'm reposting this message because the original has not appeared after about 2 days. Sorry if it shows up twice.) Hello. First, thanks to those who responded to my recent inquiry about using contour() over arbitrary (x,y) by mentioning the interp() function in the akima package. That worked nicely. Now for a new question: I would like to use a pair of prediction intervals to
2009 Nov 29
0
[LLVMdev] JVM Backend
On Sunday 29 November 2009 02:06:04 you wrote: > > So it will stack overflow on tail calls > > At the moment, yes. But then again, so does java. Sure but a lot of people like me are using LLVM precisely because it offers these wonderful features. As long as your JVM backend does not handle these features correctly its utility is greatly diminished. > Also, it looks like
2011 Feb 22
1
[LLVMdev] Question about Value Range Propagation
...brought. Any reason not to just leave them on at O3? Based on the discussion around your simple condition propagation pass, it seemed predsimplify did delete dead code, but it didn't really improve generated code performance. O3 seems the appropriate place to put expensive optimizations with diminishing returns. Reid
2013 Sep 18
0
[PATCH] Fix documentation rice partition order online
...0 if unspecified.<br /> <br /> - By default the encoder uses a single Rice parameter for the subframe's entire residual. With this option, the residual is iteratively partitioned into 2^min# .. 2^max# pieces, each with its own Rice parameter. Higher values of max# yield diminishing returns. The most bang for the buck is usually with <span class="argument">-r 2,2</span> (more for higher block sizes). This usually shaves off about 1.5%. The technique tends to peak out about when blocksize/(2^n)=128. Use <span class="argument">-r 0,16&lt...
2003 Jul 11
1
three short questions
Hi all; This is my first message to the list, and I've got three "basic" questions: How could I insert comments in a file with commands to be used as source in R? Is it possible to quickly display a window with all the colors available in colors()? How? I'm displaying points, but they overlap, wether points() uses triangles, bullets or whatever. Is it possible to change
2005 Aug 19
1
Feeling a little guilty...
This is the first time I have tried Centros and I must say that I am a very happy camper. But maybe my needs/goals are simple: I need HTTP and FTP servers that support Apache, PHP and Interbase (yes, that "funny" DB that runs and runs). RH 9 was like that and so was FC 3, BUT FC 4 was something else...could not even get it to install (like others). And this forum has been VERY
2006 Oct 20
2
noise gate for asterisk?
...y just let the channel close, i.e send perfect silence, therefore killing low-level buzzing sounds. My client has such a need because they have analog voice-operated push-to-talk half-duplex devices on the other side, and low level noise from the Asterisk side will keep the channel open. I will try diminishing the TXgain, but I wondered if there were other options too. l. -- Loway Research - Home of QueueMetrics http://queuemetrics.loway.it
2008 May 08
5
Debian....0.9.61.... and crooked hands
Because from times of 0.9.58 version nobody makes packages for Debian, I decided to compile 61st ver myself... Compiling passed smoothly. But there are no Russian fonts. In place of the Russian letters there are rectangles. Amount of startable programs diminished notedly... Can you explain how to manage with fonts.... What libraries are needed for complete wine compilation?... And why
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
install configuration built successfully too. llvm-gcc version is: gcc version 4.0.1 LLVM <Apple Computer, Inc. build 5400> how can I test it? I need to run make check in llvm/obj dir or in llvm-gcc/obj dir? Thanks On 8/4/06, Anton Vayvod <avayvod at gmail.com> wrote: > > Yes, I didn't install it myself. > > llvm-gcc4 has built successfully. > > Making
2002 Jan 28
2
OGG DirectShow implementation
Somebody made it possible to use DirectShow video codecs in OGG framework... Now get ready for DivX OGG files :) <http://www.stud.fernuni-hagen.de/q5045045/> -- Jernej Simoncic, jernej.simoncic@guest.arnes.si http://www2.arnes.si/~sopjsimo/ ICQ: 26266467 The intelligence of any discussion diminishes with the square of the number of participants. -- Walinsky's Law
2010 Oct 08
1
MANCOVA
Hi, I have been using R to do multiple analyses of variance with two covariates, but recently found that the results in SPSS were very different. I have check several books and web resources and I think that both methods are correct, but I am less familiar with R, so I was hoping someone could offer some suggestions. Oddly simple ANOVA is the same in SPSS and R. Including covariates improves the
2015 Jul 29
5
Fedora change that will probably affect RHEL
On Wed, Jul 29, 2015 at 2:15 PM, Warren Young <wyml at etr-usa.com> wrote: > Just because one particular method of prophylaxis fails to protect against all threats doesn?t mean we should stop using it, or increase its strength. Actually it does.There is no more obvious head butting than with strong passwords vs usability. Strong login passwords and usability are diametrically opposed.
2005 Nov 22
3
AD domain with SDMS issues & LDAP Idmap backend
Hi, I have been trying to join a Samba Domain member server to the AD and use LDAP for IDMAP storage. I have run into many strange issues and I was hoping someone can please take time to clarify things for me. I have read quite a bit (I own both the Samba books by Terpstra) and done a lot of Google searching. I think part of my problem is the unusual setup I have, as all the examples in the
2003 Dec 17
1
Ext3 on RAID5 for video archive server
I am using a terabyte RAID5 with ext3 and created using mdadm, to store jpeg files on a rehdat 7.3 system. I need to write files to the RAID5 at the rate of 800 files per second, and each file is about 10-20 KB in size. I have tried using data-writeback and the noatime options while mounting, and I am also using a stipe-size of 4MB (since 4MB was the max that mdadm would allow me), and i have