Displaying 2 results from an estimated 2 matches for "ttyh".
Did you mean:
tty
2000 Sep 11
0
SAMPLS R implementation : pbm with algorithm application
...s=Cyh
center s
working scalar for prediction sample s*=c*Tyh
orthogonalize s to previous t: for g=1,...(h-1),
s=s-(tgTs/tgTtg)tg
orthogonalize s* to previous t*: for g=1,...(h-1),
s*=s*-(tgTs/tgTtg)t*g
t*h=s*
th=s
th2=tTt
betah=(tTyh)/th2
update yh+1=yh-betahth
buid up prediction y*h+1=y*h+betaht*h
end of cycle
----------------------------------- R-code
##xe and ye are the explanatories and responses matrices, xtest and
ytestsampls the variables for 1 sample
x2<-scale(xe,scale=FALSE)
y2<-scale(...
2006 Jul 12
3
Problem using 2.0.23 client in a domain with a Samba 2.0.20c PDC.
I have a samba PDC running 2.0.20c
I installed Samba 2.0.23 on a client joined to the domain.
With this combination, when I attempt to connect to a share on this client
from any host even the localhost results in the following:
$ smbclient //localhost/atest -U auser
Password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.23-SerNet-RedHat]
tree connect failed: NT_STATUS_ACCESS_DENIED
Windows