Displaying 8 results from an estimated 8 matches for "b51".
Did you mean:
51
2008 Jul 03
1
rpmforge-release install/rpm problem
I wanted to install the rpmforge-release package on a new install and get
the following. Do others have the same problem?
b51:~ rpm -ivvvvvvvh http://packages.sw.be/rpmforge-release/rpmforge-
release-0.3.6-1.el5.rf.i386.rpm
Retrieving http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-
1.el5.rf.i386.rpm
D: ... as /var/tmp/rpm-xfer.qQEt9n
D: failed to open http://packages.sw.be/rpmforge-release/rpmforge-release...
2004 Jan 14
2
Generalized least squares using "gnls" function
...es. I also
get the same answers with "gnls" without specifying the "weights"
argument.
However, when I attempt to use the "gnls" function and try to estimate
the variance function, as a power function, I get the following error
message:
> ans51g <- gnls(log(b51) ~ p0 + p1/(1 + exp(-(log(dose)-p2)/p3))^p4,
start=list(p0=3,p1=1,p2=4,p3=2,p4=1.5),control=gnlsControl(tol=1.e-
07),weights=varPower())
Error in eval(expr, envir, enclos) : Object "." not found
>
What am I doing wrong here and how can I do a GLS analysis with a
variance function t...
2007 May 24
3
Problem with numerical integration and optimization with BFGS
...b31 <- ((y[i]-rho1*y[i-1]-muep)^2)/((-2)*(1-rho2^2)*(sigep^2))
b32 <-
(rho2*(y[i]-rho1*y[i-1]-muep)*z3)/((1-rho2^2)*sigep*sigeta)
b33 <- ((z3)^2)/((-2)*(1-rho2^2)*(sigeta^2))
return((exp(b31+b32+b33))/denom)
}
f5 <- function(z5) { # THIRD FUNCTION
b51 <- ((-y[i]+rho1*y[i-1]-muep)^2)/((-2)*(1-rho2^2)*sigep^2)
b52 <-
(rho2*(-y[i]+rho1*y[i-1]-muep)*(z5))/((1-rho2^2)*sigep*sigeta)
b53 <- ((z5)^2)/((-2)*(1-rho2^2)*(sigeta^2))
return((exp(b51+b52+b53))/denom)
}
for (i in 2:n) { # START FOR LOOP
up...
2010 Mar 18
2
aumentar tamaño de memoria a mas de 4Gb
...####################################
# Part 1: calibration
library(e1071)
#calibration step
calibrate<-read.table("calibration.txt", header=TRUE)
calibrate$calibration<-as.factor(calibrate$calibration)
calibrate.rf<-svm(calibration~B1+B14+B15+B16+B17+B18+B19+B20+B21+B24+B25+B26+B51+B52+B53+B54+B55+B56+B57+B58+B59+B60+B61+B62, data=calibrate, cost=6.8, gamma=0.08)
####################################################################################################################
##################################################################################################...
2002 Aug 20
0
Problem with nominal bitrates
...encode function in the file
encode.c:
vorbis_encode_setup_init(&vi);
This is what I do (refer to the docs for oggenc and again bear in mind
that I've simply taken the code and added a few headers). The command
line equivalent for these tests would be:
oggenc myfile.wav -b64 (or -b51, and so on)
I set the nominal bitrate to 64 and start the encoding. I inspect the
following variable, just after the above-mentioned line of code:
vi.bitrate_nominal
The value is 64000 as expected (ie 64 * 1000)
If I now encode something else, with 51, the value for
vi.bitrate_nominal i...
2006 Dec 11
6
Can''t destroy corrupted pool
Ok, so I''m planning on wiping my test pool that seems to have problems
with non-spare disks being marked as spares, but I can''t destroy it:
# zpool destroy -f zmir
cannot iterate filesystems: I/O error
Anyone know how I can nuke this for good?
Jim
This message posted from opensolaris.org
2006 Oct 26
2
experiences with zpool errors and glm flipouts
Tonight I''ve been moving some of my personal data around on my
desktop system and have hit some on-disk corruption. As you may
know, I''m cursed, and so this had a high probability of ending badly.
I have two SCSI disks and use live upgrade, and I have a partition,
/aux0, where I tend to keep personal stuff. This is on an SB2500
running snv_46.
The upshot is that I have a slice
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users,
For the last few days I am struggling with the following task:
my data.frame:
A1 A2 A3 B1 B2
B3
58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15
10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218
13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934