Displaying 20 results from an estimated 314 matches for "0.98".
Did you mean:
0.8
2014 Feb 20
2
CLAMAV problem: Error message "outdated version" although "yum list installed" reports correct version
Hi.
I posted this on the clamav list as well, as I do not know whether this is a rpm issue or clamav issue.
Strange problem indeed:
[root /tmp] #>yum list installed "clamav*"
Loaded plugins: fastestmirror
Installed Packages
clamav.x86_64 0.98-2.el5.rf installed
clamav-db.x86_64 0.98-2.el5.rf installed
2013 Mar 06
3
About basic logical operators
Hello everyone,
I have a basic question regarding logical operators.
> x<-seq(-1,1,by=0.02)
> x
[1] -1.00 -0.98 -0.96 -0.94 -0.92 -0.90 -0.88 -0.86 -0.84 -0.82 -0.80 -0.78
[13] -0.76 -0.74 -0.72 -0.70 -0.68 -0.66 -0.64 -0.62 -0.60 -0.58 -0.56 -0.54
[25] -0.52 -0.50 -0.48 -0.46 -0.44 -0.42 -0.40 -0.38 -0.36 -0.34 -0.32 -0.30
[37] -0.28 -0.26 -0.24 -0.22 -0.20 -0.18 -0.16
2011 Oct 02
2
Sum of Probabilities in a matrix...
Hi all,
I have 2 columns in a mtrix, one of which is a column of probabilities and
the other is simply a vector of integers. I want to sum all the
probabilities with the same integer value and put it in a new column.
For example,
If my matrix is:
0.98 2
0.2 1
0.01 2
0.5 1
0.6 6
Then I should get:
0.98 2 0.99
0.2 1 0.70
0.01 2 0.99
0.5 1 0.70
0.6 6
2012 Jul 30
2
distance matrix and hclustering
Dear R Users,i am very new to R. I want your help on an issue regarding distance matrix and cluster analysis
i had discharge data of 4 rivers(a,b,c,d) in 4 vectors each having 364 values
> dput(qmu)structure(list(a = c(0.26, 0.25, 0.25, 0.25, 0.24, 0.23, 0.22, 0.21, 0.21, 0.21, 0.2, 0.19, 0.19, 0.19, 0.19, 0.18, 0.18, 0.18, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17,
2002 Aug 01
0
[ANNOUNCE] ulogd-0.98 released
--8P1HSweYDcXXzwPJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
I have just released Version 0.98 of the iptables userspace logging daemon
(ulogd).
The biggest new features are output plugins for postgresql and pcap.
The new Version is available as tar.bz2 only and can be retrieved from:
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
Dear List,
This is just a programming problem which i cannot seem
to figure out. I am trying to get a set of power from
a test (say, kolmogorov smirnov) out of a distribution
(say, G-K distribution) as follows. I am trying to
reduce to pain of writing the whole set of data points
(p# below) using "for" loop. However, I seem to have
some problem in it as the output "M" does not
2010 Nov 26
2
get list index
Hi R-users,
I have a list
mylist <- list(c(0.79, 0.92, 0.91, 0.86, 0.96, 0.96, 0.95, 0.94, 0.99),
c(0.28, 0.45, 0.59, 0.69, 0.80, 0.87, 0.95, 0.94, 0.98), c(0.29, 0.39,
0.59, 0.69, 0.68, 0.80, 0.93, 0.95, 0.98))
Is there a way to find the index of the list element that contains the
lowest value among all the other elements? As the lowest value in each
element is the first, the
2004 Dec 09
2
Ogg Squish 0.98?
I'm trying to track down the source code to Ogg Squish 0.98 for testing.
If someone has a tarball somewhere (please look!) I would greatly
appreciate if they could email it to me.
I've searched google high and low, it apparently doesn't exist anymore.
Apparently, free software *can* disappear!
--
"The question is no longer between violence and non-violence;
It is between
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
Hello.
Installed OpenSSL-0.98
I cannot collect new OpenSSH-4.2p1 at assembly there is a mistake:
if test ! -z ""; then \
/usr/bin/perl5 ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/home/pkg/openssh-4.2p1/openbsd-compat'
make[1]: ???? `all' ?? ??????? ?????????? ??????.
make[1]: Leaving directory
2004 Dec 09
0
Ogg Squish 0.98?
Nevermind - I found it. No, it does not use Ogg encapsulation, but it
does compile right off the bat. This lists itself as version 98.9, I'm
guessing that means 0.98.9. If someone has a newer version, please let
me know. :-)
http://www.mit.edu/afs/sipb/user/mwhitson/Project/Ogg/ogg9-partial.tgz
Woohoo! Vintage Xiph from 1996! What could be better?
On Thu, Dec 09, 2004 at 03:38:40AM
2002 Sep 23
0
0.98 released
0.98 released. This release includes LOTS of bugfixes after almost 4
weeks of actual use. We've mostly tested with Outlook 2000, Outlook
Express 6 and Evolution 1.0.8. I haven't heard of a single bug in
maildir for several days, and mbox worked quite well first time today :)
New features include vpopmail authentication, ability to run properly
when there's no disk space left to allow
2008 Jun 09
1
Student Distribution and Funtion qt
Hello,
I am trying to calculate and plot mean and confidence intervall for a set of data. This is the code that I am currently using:
means <- sapply(data, mean, na.rm=TRUE)
n <- sapply(data,length)
stdev <- sqrt(sapply(data, var, na.rm=TRUE))
ciw <- qt(0.98, n) * stdev / sqrt(n)
par(mgp=c(2,0.6,0), las=2, fin=c(7,3), mai=c(1,0.5,0.2,0.2), cex=0.8)
plotCI(x=means, uiw=ciw,
2009 May 14
1
*ERROR: BUILD FAILED! Banned tag found*
Error building ovirt-doc in master branch.
make[4]: Map '/root/rpmbuild/BUILD/ovirt-docs-0.98/Using_the_oVirt_Admin_UI'
wordt binnengegaan
Processing, Product: oVirt_Server_Suite, Version: 0, Edition: 0.95, Release:
2
START: xml-en-US do mei 14 22:56:19 CEST 2009
copying oVirt/en-US Common_Content
cleaning files
Appendix-B.xml
Appendix.xml
Author_Group.xml
2009 Jan 09
3
Programming Question (setting ylim generally)
library(StreamMetabolism)
day <- (structure(c(10.08, 10.08, 10.05, 10.03, 10, 9.98, 9.96, 9.95,
9.95, 9.96, 9.96, 9.98, 10.01, 10.05, 10.06, 10.09, 10.11, 10.11,
10.13, 10.13, 10.15, 10.15, 10.13, 10.14, 10.11, 10.13, 10.14,
10.13, 10.12, 10.13, 10.14, 10.16, 10.18, 10.19, 10.23, 10.27,
10.33, 10.37, 10.45, 10.57, 10.6, 10.66, 10.73, 10.77, 10.84,
10.86, 10.87, 10.94, 10.98, 11.01, 11.05,
2013 May 15
1
x and y lengths differ
I have a problem with R. I try to compute the confidence interval for my
df. When I want to create the plot I have this problem: Error in
xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ.
I try this code:
library(dplR)
df.rwi <- detrend(rwl = df, method = "Spline",nyrs=NULL)
write.table(df.rwi,file="rwi.txt",quote=FALSE,row.names=TRUE)
2006 Sep 19
4
Union of two data frames
Hi,
I have two data frames each with 5 columns and different number of
rows. some of the row names in one data frame are the same as the row
names in the other. I want to be able to merge the two data frames to
get a new data frame in which the duplicated row names are only shown
once with the data for the rest of the columns used from the first
data frame.
Essentially, I want to make a union
2009 Nov 20
3
[LLVMdev] VMKIT problem
Hi Nicolas,
I'm running it on Kubuntu.
Now that you mention it I did have a problem during vmkit setup. After
running the ./configure file with all the options I ran the make file it was
giving this error:
make[3]: ***
[/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
Error 1
"
So I went into Makefile.common and modified GNU
2011 Jan 21
4
clustering fuzzy
hello,
i'm pete ,how can i order rows of matrix by max to min value?
I have a matrix of membership degrees, with 82 (i) rows and K coloumns, K
are clusters.
I need first and second largest elements of the i-th row.
for example
1 0.66 0.04 0.01 0.30
2 0.02 0.89 0.09 0.00
3 0.06 0.92 0.01 0.01
4 0.07 0.71 0.21 0.01
5 0.10 0.85 0.04 0.01
6 0.91 0.04 0.02 0.02
7 0.00 0.01 0.98 0.00
8 0.02
2008 Mar 01
1
[LLVMdev] Instruction Scheduling
Hi, guys,
I am comparing the performance of the default scheduler (seems to be
the one that minimizes register pressure) with no scheduler
(-pre-RA-sched=none), and I got these numbers. The ratio is
low_reg_pressure/none, that is, the lower the number, the better the
performance with low register pressure:
CFP2000/177.mesa/177.mesa 1.00
CFP2000/179.art/179.art
2004 Dec 09
1
Ogg Squish 0.98?
On Thu, Dec 09, 2004 at 04:38:57AM -0800, arc@Xiph.org wrote:
> Nevermind - I found it. No, it does not use Ogg encapsulation, but it
> does compile right off the bat. This lists itself as version 98.9, I'm
> guessing that means 0.98.9. If someone has a newer version, please let
> me know. :-)
I found a 98.10 version, and uploaded it: