search for: thb

Displaying 12 results from an estimated 12 matches for "thb".

Did you mean: tab
2008 Dec 04
0
integration within maximum likelihood
...p. Below is my code and the error report. Thanks Angelo > setwd("C:/Users/Angelo/Documents/PhD/Montecarlo TVI") > DATA<-read.table("Data.csv",header=TRUE,sep=",") > mnl.lik<-function(theta,y){ + th1<-theta[1] + th2<-theta[2] + tha<-theta[3] + thb<-theta[4] + thc<-theta[5] + thp<-theta[6] + thmu<-theta[7] + alfz<-theta[8] + alfp<-theta[9] + mu1<- alfz*y$z_a1 + alfp*y$p1 + mu2<- alfz*y$z_a2 + alfp*y$p2 + mu3<- alfz*y$z_a3 + alfp*y$p3 + U1<- th1 +tha*y$a1 +thb*y$b1 +thc*y$c1 +thp*y$p1 +thmu*mu1 + U2<- th2 +tha...
2009 Mar 23
0
Problems with adapt
...low. Thanks Angelo ---------------------------------------------------------------------------------------------------------- DATA<-read.table("Data.csv",header=TRUE,sep=",") library(adapt) mnl.lik<-function(theta,y){ th1<-theta[1] th2<-theta[2] tha<-theta[3] thb<-theta[4] thc<-theta[5] thp<-theta[6] thmu<-theta[7] alfz1<-theta[8] alfz2<-theta[9] alfc<-theta[10] alf<-theta[11] r<- 1 s<- 1 n<-2000 lik<-numeric(n) int<-numeric(n) v<- numeric(2) for (i in 1:n) { #Beggin Loop lstarpre<- function(v){...
2007 Apr 18
1
Conditional power, predictive power
is there no package/function in R to calculate the conditional power or the bayesian predictive power for trials with binary endpoints? Thanks -- View this message in context: http://www.nabble.com/Conditional-power%2C-predictive-power-tf3603396.html#a10066991 Sent from the R help mailing list archive at Nabble.com.
1999 Dec 06
1
Share directories mounted by ncpmount
Hi! Is it possible under Samba to give access Win95/98 machines to directories mounted using ncpmount? Thanks in advance Danila Vologdin
1999 Dec 27
3
How to kill samba users
Hi! How to kill samba users connected to shares I migrated from Novell fileserver. There it was very convinient ... I hope Samba could have similar thing Thank in advance Danila Vologdin
2006 Feb 08
1
Conceptual question ;-)
ehlo list, I''m willing to shape ppp users e.g. each pppX interface to get XXX kbits I classify traffic going to ppp+ interfaces like this: iptables -t mangle -A POSTROUTING -o ppp+ -j CLASSIFY --set-class 0002:0020 then i have a file which is executed when a ppp inteface is up and first argument parsed to that file ($1) is the ppp number (e.g. 35 for ppp35). it generally looks like
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
...tex\latex\geometry\geometry.sty" ("C:\Program Files\MiKTeX 2.7\tex\latex\geometry\geometry.cfg")) ("C:\Program Files\MiKTeX 2.7\tex\latex\tools\theorem.sty" ("C:\Program Files\MiKTeX 2.7\tex\latex\tools\thp.sty")) ("C:\Program Files\MiKTeX 2.7\tex\latex\tools\thb.sty")) ("C:\Program Files\MiKTeX 2.7\tex\latex\ams\math\amsmath.sty" For additional information on amsmath, use the `?' option. ("C:\Program Files\MiKTeX 2.7\tex\latex\ams\math\amstext.sty" ("C:\Program Files\MiKTeX 2.7\tex\latex\ams\math\amsgen.sty")) ("...
2000 Mar 29
0
Please inform samba@samba.org Giulio Orsero <giulioo@pobox.com> Mike Quin <m.r.quin@stir.ac.uk> Matthew Halliday <matthewh@fesa.co.uk> Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.= "Carlos Vinueza M." <carlos@ecuadorexplorer.com> Eric
...> Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.= Giulio Orsero <giulioo@pobox.com> Martin.Ward@durham.ac.uk (Martin Ward) "Hans-Henrik Andresen" <hha@pine.dk> Martin Trcka <mtrcka@smpas.cz> "Chris" <chrisv@satl.com> THB Samara branch <thbsamara@mail.radiant.ru> sent you the email "Subject: SAMBA digest 2465 Subject: Re: Printing from Windows NT Subject: Virtual Servers? Subject: ppp and Samba Subject: password problem -- or bug? Subject: RedHat6.1 Problem Subject: Win98 won't run logon script, NT do...
2004 Jul 24
1
tc del filter troubles
hello, I have working htb system with about 1000 users. Until now I reload all rules at change, but it take too much time to apply. I cannot delete applyed filters. There is rules for one user: #!/bin/bash -v # Download shaper EX -> 2:20 /sbin/tc class add dev eth2 parent 2:20 classid 2:1775 htb rate 8000Kbit ceil 10000Kbit quantum 1514 /sbin/tc qdisc add dev eth2 parent 2:1775 sfq perturb
1999 Dec 30
0
SAMBA digest 2359
...had in mind. sso> Thanks sso> Dan Naughton sso> ------------------------------ sso> End of SAMBA Digest 2359 sso> ************************ See IPX Howto - all of things are very simple. I've installed only ncpfs client on Linux - no any serious problems. Best regards, Thb mailto:thbsamara@mail.radiant.ru
1999 Dec 03
0
Samba problems after intalling ncpfs
Hi! My problem is that Samba doesn't work after installing ncfs. I have Samba 1.9.18p10 and ncpfs 2.0.10. I've succesfully installed ncpfs. After that I check it by "slist" and get my Novell server. I mount Novell volume by ncpmount - all ok. But after that my Samba doesn't work. I can see Samba/Linux box in Network neibourhood with correct title "Linux Samba
1999 Dec 27
2
Unable to load interpreter
Hi All! I need you help. I use Linux server as a fileserver with Samba. When the number of working users are large my Samba shares doesn't work. On the console I get "Unable to load interpreter" Shares doesn't work but after relogin it does ... What does it mean? Thanks in advance Danila Vologdin