search for: diminish

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

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...
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 the function to cut some range of y value? The corresponding function in sigmaplot is break in whic...
2009 Apr 23
2
Plots - several pages per pdf - quality/size issue
...#39;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 the pdf size/quality? - does any other file format exists that would be of smaller quality but still be able to print plots on several pages for the same file? Thank you for your help! Sarah [[alternative HTML version deleted]]
2017 Oct 03
3
PGO information at LTO/thinLTO link step
...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 diminishes the benefit of using LTO/thinLTO+PGO together. In general, does LLVM pass profiling information through the IR to the link step other than branch probabilities and function entry counts? If not, are there plans to do so in the future? For inlining specifically, perhaps we can mark callsites wi...
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 end of the analysis that the...
2009 May 03
2
clear screen?
...h <- comCreateObject("Wscript.Shell") comInvoke(wsh, "SendKeys", "\f") invisible(wsh) } > cls() Loading required package: rcom Loading required package: rscproxy This seems like overkill to me just to blank the R console, especially since I am trying to diminish the number of necessary packages to support my home-brew package. So, is there an easier way to blank the R console in Windows? > sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=Englis...
2003 Aug 16
2
Prediction Intervals (reposting)
...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 graphically bound the noise in some y(x) measurements. Here's an artificial example showing a function y(x)=x + noise, where the noise diminishes as x increases from 0 to 1. x=seq(0,1,0.01) y=x+runif(length(x),-1,1)*((1-x)/5) fit=lm(y ~ 1 + x) pred=predict(fit, interval="prediction") matplot(x,pred,type="l",ylab="y") points(x,y) I would have expected the lower...
2009 Nov 29
0
[LLVMdev] JVM Backend
...t; 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 they're working on support for tail calls in the Da > Vinci Machine[1]. I believe that work was actually finished some time ago by my hero, Arnold Schwaighofer, who was also responsible for the excellent TCO implementation in LLVM. > > and break with...
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...
2003 Jul 11
1
three short 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 (diminish) the size of the symbols? Thanks all, Javier
2005 Aug 19
1
Feeling a little guilty...
...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 helpful for me. But I do feel a litfle guilt (sure it will diminish in time) because of all of the hours RH put into making RHEL 4 work smoothly. Of course the guys and gals on this forum are my support...not RH and so far nobdy has sent me a bill :-) ! Thanks to all as I go about installing Firebird (Interbase) and making an interbase.so file. Todd P.S. An...
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 do nobody assebling packages for Debian? P.S.Sorry for my English..... I hope it is understandable.....
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
...aking install configuration now. > > Will report about the result tomorrow. > > Thanks. > -- The least excusable sin of language syntax is to leave the programmer unsure as to the meaning of his or her program. Not only can that compromise the quality of the software; it can also diminish the quality of a programmer's life. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060804/bd71649a/attachment.html>
2002 Jan 28
2
OGG DirectShow implementation
...omebody 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 <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the...
2010 Oct 08
1
MANCOVA
...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 main effect (p-value) in R and diminishes it in SPSS.. The formula I have been using is: >Y = cbind(dV1, dV2, dV3) >aov(lm(Y~iV1+cV1+cV2)) The main?independent?variable is disease group and the covariates are continuous nuisance variables such as age. Both nuisance variables interact with the dependent variable but not each other...
2015 Jul 29
5
Fedora change that will probably affect RHEL
...arguing against already unacceptable usability problems resulting from stronger password policies, because it doesn't scale. Making policies opt out let alone compulsory is unacceptable. Even as the policies get stronger people's trust in password efficacy relating to security continues to diminish. -- Chris Murphy
2005 Nov 22
3
AD domain with SDMS issues & LDAP Idmap backend
...0.55.56.4 <http://10.55.56.4> name resolve order = wins lmhosts bcast My krb5.conf file is similar to the one in Samba-Guide (and I knwo this works since I can join the Linux host to AD directory) Thanks, Vijay Avarachen -- "Knowledge is the only wealth that grows as you spend it, and diminishes as you save it." -- ancient Sanskrit saying
2003 Dec 17
1
Ext3 on RAID5 for video archive server
...ed -R stride=1024, and -b 4096 to mkfs.ext3 while formatting the RAID5. Still, I keep getting "hiccups" every few seconds while writing the files.. mostly, these hiccups are at 5-second intervals, so it may suggest that the ext3 default commit interval is the culprit, and the effect has diminished after i changed the commit interval to 1 second in the kernel code, under linux/fs/jbd/journal.c, the line changed was: journal->j_commit_interval = (HZ * 1); // originally HZ * 5. I have some questions at this point: 1. Is there any other way of modifying the commit interval? If possibl...