Displaying 8 results from an estimated 8 matches for "1x6".
Did you mean:
16
2010 Jun 15
2
Integration problem: error in invoking an outside function
...ix + E
inverse.mat = solve(mat)
pi = et %*% inverse.mat
return(pi)}
a.hat = 0.8888
lambda.hat = 0.1474
int =
function(theta, s, a, lambda) {
a = a.hat
lambda = lambda.hat
f.dist = gamma(a)^(-1) * a^a * theta^(a-1) * exp(-a*theta) # numeric
pi = lim.verd(PM((lambda*theta))) # a 1x6-matrix
return(pi[1,s+1]*f.dist)}
integrate(int,lower=0.0001,upper=10,s=2)
If I try int(0.1,2) a get a numerical result. However, once I use integrate,
I get the following.
> integrate(int,lower=0.0001,upper=10,s=2)
Error in P[1, 1] = exp(-th) :
number of items to replace is not a multiple o...
2005 Jul 22
1
Running Asterisk on a Dell PowerEdge 2850 Server Re: Dell Hardware
...1GI/PI
Gigabit Ethernet Controller
07:08.0 Ethernet controller: Intel Corp. 82541GI/PI
Gigabit Ethernet Controller
0b:0d.0 VGA compatible controller: ATI Technologies
Inc Radeon RV100 QY [Radeon 7000/VE]
IDE Devices hda: TEAC CD-ROM CD-224E
SCSI Devices MegaRAID LD 0 RAID0 69G (Direct-Access)
PE/PV 1x6 SCSI BP (Processor)
USB Devices Linux 2.4.21-27.0.1.ELsmp ehci-hcd Intel
Corp. 82801EB USB2 00:1d.7
USB UHCI Root Hub bca0
USB UHCI Root Hub bcc0
Sincerely,
Martin
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around...
2007 Dec 02
1
speeding up likelihood computation
...VERAL VARIABLES
# (LIKE EDUCATION, AGE, ETC.) FOR EACH RESPONDENT. COLUMNS REFER TO VARIABLES AND ROWS REFER
# TO OBSERVATIONS.
########## PARAMETERS ###############################
# alpha: interaction between son targeting and family size
# beta : son targeting
# gamma : family size
# delta : a 1x6 vector of probabilities of male birth at various parities (q1, q2, q3, q4, q5, q6)
# zeta : a 1x11 vector of conditional probabilities with zeta[1]=1 always
alpha <- paramets[1] # FIRST PARAMETER
beta <- paramets[2:9] # SECOND TO SEVENTH PARAMETER
gamma <- paramets[10:16]
delta &...
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
...0
Delivered-To: vrohrbach-karsten@rohrbach.de
Received: (qmail 56429 invoked from network); 24 Sep 2004 15:51:36 -0000
Received: from post5.inre.asu.edu (129.219.110.120)
by mail.webmonster.de with SMTP; 24 Sep 2004 15:51:36 -0000
Received: from conversion.post5.inre.asu.edu by asu.edu (PMDF V6.1-1X6 #30769)
id <0I4J00A01YI3KS@asu.edu> for karsten@rohrbach.de; Fri,
24 Sep 2004 08:46:51 -0700 (MST)
Received: from smtp.asu.edu (smtp.asu.edu [129.219.110.107])
by asu.edu (PMDF V6.1-1X6 #30769) with ESMTP id <0I4J00939YI2VB@asu.edu>; Fri,
24 Sep 2004 08:46:51 -0700 (MST)
Received: f...
2012 Jul 19
1
problem replacing NA's in a dataset (10% remain after removal attempt)
...column of ambient light levels, it has no NA values, all
values are real and either 0 or >0
#month is a column with values between 7 and 12 depending on the month
the data was collected
#fillCH4 is a column containing CH4 flux data that I am trying to gap-fill
#night_median and day_median are 1x6 vectors with the median flux values
for each month
temp<-hourly.data[hourly.data$month==7,]
darkmonth<-(temp$filPFD==0)
daymonth<-(temp$filPFD>0)
temp[is.na(temp[darkmonth,"fillCH4"]),"fillCH4"]<-night_median[1]
temp[is.na(temp[daymonth,"fillCH4"]),&qu...
2011 Aug 06
1
How set lm() to don't return NA in summary()?
...4e-08 ***
cultB:fert 0.13509 0.11688 1.156 0.265
cultC:fert NA NA NA NA
...
> require(gmodels)
> estimable(m0, cm=c(1,0,0,100,0,0))
Erro em estimable.default(m0, cm = c(1, 0, 0, 100, 0, 0)) :
Dimension of structure(c(1, 0, 0, 100, 0, 0), .Dim = c(1L, 6L)): 1x6, not
compatible with no of parameters in m0: 5
Thanks.
Walmes.
==========================================================================
Walmes Marques Zeviani
LEG (Laboratório de Estatística e Geoinformação, 25.450418 S, 49.231759 W)
Departamento de Estatística - Universidade Federal do Paraná...
2005 Jul 23
0
Running Asterisk on a Dell PowerEdge 2850 ServerRe: Dell Hardware
...Gigabit Ethernet Controller
07:08.0 Ethernet controller: Intel Corp. 82541GI/PI
Gigabit Ethernet Controller
0b:0d.0 VGA compatible controller: ATI Technologies
Inc Radeon RV100 QY [Radeon 7000/VE]
IDE Devices hda: TEAC CD-ROM CD-224E
SCSI Devices MegaRAID LD 0 RAID0 69G (Direct-Access)
PE/PV 1x6 SCSI BP (Processor)
USB Devices Linux 2.4.21-27.0.1.ELsmp ehci-hcd Intel
Corp. 82801EB USB2 00:1d.7
USB UHCI Root Hub bca0
USB UHCI Root Hub bcc0
Sincerely,
Martin
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection aroun...
2000 Sep 18
3
OpenSSH 2.2.0p1 + Redhat 6.2 - Problem with scp
Hi,
Chances are this is me stuffing something up, but in cases its not, this is
my problem.
I've just installed the latest port of OpenSSH on a few Redhat 6.2 machines.
That is version 2.2.0p1.
Everything compiles ok, and using the supplied init and pam files I got
openssh working without to much difficulty. In fact it was easier than the
commerical versions.
I can use ssh to login to remote