Displaying 20 results from an estimated 643 matches for "ei".
Did you mean:
esi
2006 Feb 07
2
Question about Classes.
...39;',
{method:''get'',parameters:''time=''+Math.random()*4,onComplete:
this.createArray})
},
createArray: function(response) {
xmlDoc = response.responseXML;
var ei =
xmlDoc.getElementsByTagName(''event_info'');
for(j=0;j<ei[0].childNodes.length;j++) {
if (ei[0].childNodes[j].nodeType !=
1) continue
try {
//this.sdE...
2010 Dec 24
3
selection of outputs from the function
...7,0.1139,0.1139,-0.2218,-0.1549,0.0000,0.0000,-0.0969,-0.2218,-0.3979,-0.1549,-0.2218,-0.3979,-0.5229,-0.0458),nrow=20)
theta <- function(X,Y) {
B.cap <- solve(t(X)%*%X)%*%t(X)%*%Y
P <- X%*%solve(t(X)%*%X)%*%t(X)
Y.cap <- P%*%Y
e <- Y-Y.cap
var.cap<-(t(e)%*%e)/(nrow(X)-ncol(X)-1)
ei <- Y[i,]-X[i,]%*%B.cap
pi <- P[i,i]
var.cap.i <-
(((nrow(X)-ncol(X)-1)*var.cap)/(nrow(X)-ncol(X)-2))-(ei^2/((nrow(X)-ncol(X)-2)*(1-pi)))
ti <- ei/(sqrt(var.cap)*sqrt(1-pi))
ti.star <- ei/(sqrt(var.cap.i)*sqrt(1-pi))
X.star <- cbind(X,Y)
pi.star <- pi+(ei^2/(t(e)%*%e))
LDi &l...
2024 Aug 11
3
Printing
Thanks. Will try it.
Have not tried it but I think the following may work:
out$results<-NULL
out$results$ei<-ap
out$results$vi<-vap
All I need is printing by returning out (unless I turn it off). And,
retrieve ap and vap as needed as shown above. Guess I need to read more
about invisible.
On 8/11/2024 10:09 PM, Rui Barradas wrote:
> ?s 09:51 de 11/08/2024, Steven Yen escreveu:
>> Hi
&...
1997 Apr 14
1
R-alpha: select.frame
Here's the select.frame() function I babbled about before. Suggestions
about coding style, etc., are welcome, I feel a bit green at this.
select.frame<-
function (dfr, ...)
{
subst.exp <- function(e) {
for (i in 2:length(e)) {
ei <- e[[i]]
if (is.call(ei))
e[[i]] <- subst.exp(ei)
else {
n <- match(as.character(ei), nm)
if (!is.na(n))
e[[i]...
2024 Aug 11
1
Printing
?s 09:51 de 11/08/2024, Steven Yen escreveu:
> Hi
>
> In the following codes, I had to choose between printing (= TRUE) or
> deliver something for grab (ei, vi). Is there a way to get both--that
> is, to print and also have ei and vi for grab? Thanks.
>
> Steven
>
> ...
>
> out<-round(as.data.frame(cbind(ap,se,t,p)),digits)
> out<-cbind(out,sig)
> out<-out[!grepl(colnames(zx)[1],rownames(out)),]
> if(printing...
2011 Jan 19
1
Installing package in windows 7
Hi all,
I was trying to install a package called ei from this
http://gking.harvard.edu/eiR link . With GCC, r-base-dev and some other R
package dependencies installed it works perfect in my Ubuntu Linux system.
Now I am trying to install the same in Windows 7 environment. So far my
setup is as follows,
1. R installed in home folder (c:\Users\use...
2024 Aug 11
1
Printing
Hi
In the following codes, I had to choose between printing (= TRUE) or
deliver something for grab (ei, vi). Is there a way to get both--that
is, to print and also have ei and vi for grab? Thanks.
Steven
...
out<-round(as.data.frame(cbind(ap,se,t,p)),digits)
out<-cbind(out,sig)
out<-out[!grepl(colnames(zx)[1],rownames(out)),]
if(printing){
cat("\nAPPs of bivariate ordered probit pr...
2011 Mar 20
2
Why unique(sample) decreases the performance ?
...)) %*% crossprod(dataX, dataY)
P.simulation <- dataX %*% solve(crossprod(dataX)) %*% t(dataX)
Y.cap.simulation <- P.simulation %*% dataY
e.simulation <- dataY - Y.cap.simulation
dX.simulation <- nrow(dataX) - ncol(dataX)
var.cap.simulation <- crossprod(e.simulation) / (dX.simulation)
ei.simulation <- as.vector(dataY - dataX %*% B.cap.simulation)
pi.simulation <- diag(P.simulation)
var.cap.i.simulation <- (((dX.simulation) *
var.cap.simulation)/(dX.simulation - 1)) -
(ei.simulation^2/((dX.simulation - 1) * (1 - pi.simulation)))
ti.simulation <- ei.simulation / sqrt(var....
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
...truct kvm_irq_routing_table *rt,
>
> /*
> * Do not allow GSI to be mapped to the same irqchip more than once.
> - * Allow only one to one mapping between GSI and MSI.
> + * Allow only one to one mapping between GSI and MSI/Hyper-V SINT.
> */
> hlist_for_each_entry(ei, &rt->map[ue->gsi], link)
> if (ei->type == KVM_IRQ_ROUTING_MSI ||
> ue->type == KVM_IRQ_ROUTING_MSI ||
> + ei->type == KVM_IRQ_ROUTING_HV_SINT ||
> + ue->type == KVM_IRQ_ROUTING_HV_SINT ||
> ue->u.irqchip.irqchip == ei->irqchip....
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
...truct kvm_irq_routing_table *rt,
>
> /*
> * Do not allow GSI to be mapped to the same irqchip more than once.
> - * Allow only one to one mapping between GSI and MSI.
> + * Allow only one to one mapping between GSI and MSI/Hyper-V SINT.
> */
> hlist_for_each_entry(ei, &rt->map[ue->gsi], link)
> if (ei->type == KVM_IRQ_ROUTING_MSI ||
> ue->type == KVM_IRQ_ROUTING_MSI ||
> + ei->type == KVM_IRQ_ROUTING_HV_SINT ||
> + ue->type == KVM_IRQ_ROUTING_HV_SINT ||
> ue->u.irqchip.irqchip == ei->irqchip....
2002 Jun 22
1
2.2.5, xp and incorrect logon drive as root
...swat \
--with-codepagedir=/usr/lib/samba/codepages \
--with-lockdir=/var/lock/samba \
--with-piddir=/var/lock/samba \
--with-smbmount=yes \
--with-sambabook=/usr/lib/samba/swat/using_samba \
--with-winbind=no \
--with-included-popt \
--enable-cups=yes
/etc/user.map:
# samba1 = "Name mit Leerzeichen"
# samba2 = "Name mit Leerzeichen" "zweiter Name" "dritter Name"
root = "Administrator" "eis"
/etc/smb.conf:
#----------------------------------------------------------------------
------
# Samba configuration file generated by /var/inst...
2017 Jul 30
1
problem in run cmsaf script
...for prepare data in R.
I run this script and have some error like this:Error in if (startdate < dates[1]) (dums <- 1) :
missing value where TRUE/FALSE needed
In addition: Warning messages:
1: running command 'tar.exe -tf "D:/CM SAF/ORD24552.tar"' had status 2
2: In eval(ei, envir) : NAs introduced by coercion
3: In eval(ei, envir) : NAs introduced by coercion
4: In eval(ei, envir) : NAs introduced by coercion
5: running command 'tar.exe -tf "D:/CM SAF/ORD24552.tar"' had status 2
6: In eval(ei, envir) : NAs introduced by coercion
I dont know how to...
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
...const char *);
union { void * obj; REFunc func; } u;
u.obj = EJ->getPointerToFunction(func);
REFunc jit = u.func;
int ret = jit("aaa");
std::cout << std::endl << ret << std::endl;
// This code interprets the function
llvm::initializeCore();
llvm::ExecutionEngine * EI =
llvm::EngineBuilder(&M).setEngineKind(llvm::EngineKind::Interpreter).create();
EI->runStaticConstructorsDestructors(false);
std::vector<llvm::GenericValue> args;
llvm::GenericValue arg1((void*)"aaabc");
args.push_back(arg1);
llvm::APInt res = EI->runFunction(func, arg...
2012 Apr 20
44
Ceph on btrfs 3.4rc
After running ceph on XFS for some time, I decided to try btrfs again.
Performance with the current "for-linux-min" branch and big metadata
is much better. The only problem (?) I''m still seeing is a warning
that seems to occur from time to time:
[87703.784552] ------------[ cut here ]------------
[87703.789759] WARNING: at fs/btrfs/inode.c:2103
btrfs_orphan_commit_root+0xf6/0x100 [btrfs]()
[87703.799070] Hardware name: ProLiant DL180 G6
[87703.804024] Modules linked in: btrfs zlib_defl...
2003 Aug 19
0
Viestiasi ei voi toimittaa perille; Your mail couldn't be delivered
L?hetit postia @uta.fi osoitteille: suvi.virtanen
Postiasi ei voi toimittaa perille, koska yliopiston s?hk?posti-
j?rjestelm?ss? ei ole t?llaista yksik?sitteist? osoitetta. Voit etsi?
tarkoittamasi henkil?n s?hk?postiosoitetta osoitehaun avulla
http://www.uta.fi/hakemisto/sahkopostiosoitteet.html
Huomaa kuitenkin, ett?...
2015 Oct 12
0
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
...*rt,
>>
>> /*
>> * Do not allow GSI to be mapped to the same irqchip more than once.
>> - * Allow only one to one mapping between GSI and MSI.
>> + * Allow only one to one mapping between GSI and MSI/Hyper-V SINT.
>> */
>> hlist_for_each_entry(ei, &rt->map[ue->gsi], link)
>> if (ei->type == KVM_IRQ_ROUTING_MSI ||
>> ue->type == KVM_IRQ_ROUTING_MSI ||
>> + ei->type == KVM_IRQ_ROUTING_HV_SINT ||
>> + ue->type == KVM_IRQ_ROUTING_HV_SINT ||
>> ue->u.irqchip.irqchi...
2015 Oct 12
2
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
.../*
> >> * Do not allow GSI to be mapped to the same irqchip more than once.
> >> - * Allow only one to one mapping between GSI and MSI.
> >> + * Allow only one to one mapping between GSI and MSI/Hyper-V SINT.
> >> */
> >> hlist_for_each_entry(ei, &rt->map[ue->gsi], link)
> >> if (ei->type == KVM_IRQ_ROUTING_MSI ||
> >> ue->type == KVM_IRQ_ROUTING_MSI ||
> >> + ei->type == KVM_IRQ_ROUTING_HV_SINT ||
> >> + ue->type == KVM_IRQ_ROUTING_HV_SINT ||
> >>...
2015 Oct 12
2
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
.../*
> >> * Do not allow GSI to be mapped to the same irqchip more than once.
> >> - * Allow only one to one mapping between GSI and MSI.
> >> + * Allow only one to one mapping between GSI and MSI/Hyper-V SINT.
> >> */
> >> hlist_for_each_entry(ei, &rt->map[ue->gsi], link)
> >> if (ei->type == KVM_IRQ_ROUTING_MSI ||
> >> ue->type == KVM_IRQ_ROUTING_MSI ||
> >> + ei->type == KVM_IRQ_ROUTING_HV_SINT ||
> >> + ue->type == KVM_IRQ_ROUTING_HV_SINT ||
> >>...
2005 Jul 20
0
ext3 nodump attribute inheritance
...solved this problem with the following
oneline patch against kernel 2.6.8, ialloc.c/ext3_new_inode():
--- kernel-source-2.6.8-orig/fs/ext3/ialloc.c 2004-08-14
07:36:58.000000000 +0200
+++ kernel-source-2.6.8/fs/ext3/ialloc.c 2005-07-19
11:20:36.000000000 +0200
@@ -566,9 +566,9 @@
ei->i_next_alloc_goal = 0;
ei->i_dir_start_lookup = 0;
ei->i_disksize = 0;
- ei->i_flags = EXT3_I(dir)->i_flags & ~EXT3_INDEX_FL;
+ ei->i_flags = EXT3_I(dir)->i_flags & ~(EXT3_INDEX_FL |
EXT3_NODUMP_FL);
if (S_ISLNK(mode))...
2010 Nov 19
1
winbind - wbinfo problem - SOLVED
...iled: Invalid credentials
> Join to domain is not valid: Invalid credentials
>
> but,
>
> # net rpc testjoin
> Join to 'SQUID' is OK
>
> # net ads info -U Administrator
>
> Enter Administrator's password:
> LDAP server: 172.16.1.33
> LDAP server name: EIS.squid.biz
> Realm: SQUID.BIZ
> Bind Path: dc=SQUID,dc=BIZ
> LDAP port: 389
> Server time: Mon, 15 Nov 2010 06:45:33 IST
> KDC server: 172.16.1.33
> Server time offset: 43
>
> # net rpc info -U Administrator
>
> Enter Administrator's password:
> Domain Name: SQU...