Displaying 20 results from an estimated 28 matches for "win2".
Did you mean:
win
2012 Jun 14
0
fixed trimmed mean for j-group
...]
x2=(1-r2)*mat2[k2+1]+r2*mat2[k2]
x3=(1-r3)*mat3[k3+1]+r3*mat3[k3]
x4=(1-r4)*mat4[k4+1]+r4*mat4[k4]
u1=(1-r1)*mat1[n1-k1]+r1*mat1[n1-k1+1]
u2=(1-r2)*mat2[n2-k2]+r2*mat2[n2-k2+1]
u3=(1-r3)*mat3[n3-k3]+r3*mat3[n3-k3+1]
u4=(1-r4)*mat4[n4-k4]+r4*mat4[n4-k4+1]
win1=1/n1* (sum(mat1[e1:f1])+k1*(x1+u1))
win2=1/n2* (sum(mat2[e2:f2])+k2*(x2+u2))
win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3))
win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4))
## g-winsorized sum of squared deviations
ssd1=sum((mat1[e1:f1]-win1)^2) + k1*((mat1[k1+1]-win1)^2 +
(mat1[n1-k1]-win1)^2)
ssd2=sum((mat2[e2:f2]-win2)^2) + k2*((mat2[k2+1]-win2)^2...
2001 May 03
0
newbie in trouble with saaaaaaaaaaaaaamba :(
...lled linux mandrake7.2
with my NT workstation,
I have installed samba, the workgroup is linux.I have created a user with
the same login and passwd's of the administrator of NTserver called server1.
I have added the mangled stuff in smb.conf.
I have shared adirectpry called test.
Now win1 and win2 access the directory! but from linux i access win1, my
shared directory abut not win2 :(
it asks twice for autentication, first from the linux server then the from
nt server(they are the same), but sometime it shows nothing in win2 domain
and sometimes it keeps asking for authentication.
Do i ne...
2012 Jul 07
0
fixed trimmed mean for group
...[__k4]
>
> u1=(1-r1)*mat1[n1-k1]+r1*mat1[__n1-k1+1]
> u2=(1-r2)*mat2[n2-k2]+r2*mat2[__n2-k2+1]
> u3=(1-r3)*mat3[n3-k3]+r3*mat3[__n3-k3+1]
> u4=(1-r4)*mat4[n4-k4]+r4*mat4[__n4-k4+1]
>
> win1=1/n1* (sum(mat1[e1:f1])+k1*(x1+u1))
> win2=1/n2* (sum(mat2[e2:f2])+k2*(x2+u2))
> win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3))
> win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4))
>
> ## g-winsorized sum of squared deviations
>
> ssd1=sum((mat1[e1:f1]-win1)^2) + k1*((mat1[k1+1]-win1)^2 +
> (mat1...
2003 Jan 14
0
Oplocks_break FAILURE in 2.2.7? hmm..
Dear Samba team.
I have hybrid network with MSDOS / Win9x(ME) / Win2k/XP(NT) computers
at home. I'm using Samba as PDC. W9x/me clients works fine as so as
with roving profiles, but I'm experiencing problems with w2k, NT4/XP
just not test because i'm testing on my box at home and when it'll
work fine then I'll go to clients from which smaller...
2014 Aug 04
1
Samba PDC groups in windows
...->
Builtin Power Users
Builtin Admins (S-1-5-21-831610874-1793854533-4121639242-544) -> Builtin
Admins
role_accounts_qbusers (S-1-5-21-831610874-1793854533-4121639242-1010) ->
role_accounts_qbusers
my Test Win (S-1-5-21-831610874-1793854533-4121639242-11276) ->
role_my_test_win
my Test Win2 (S-1-5-21-831610874-1793854533-4121639242-11278) ->
role_my_test_win2
mytestgroup (S-1-5-21-831610874-1793854533-4121639242-1012) -> mytestgroup
my SAMBA (S-1-5-21-831610874-1793854533-4121639242-11286) ->
my_samba_group_test
--
Please do let me know if there is anything else I can hel...
2007 Apr 27
9
can''t mount vfat fs on lvm created by winxp guest
Greetings,
I''ve had no success with mounting a vfat file system created by a
Windows XP guest on a lvm volume.
# mount -t vfat /dev/vg1/win1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/vg1/win1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg
FAT: invalid media value (0xb9)
VFS:
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
...include" -DNDEBUG -I "../../../../Tcl"/include -DWin32 ? ? ? ? -O3 -Wall -gdwarf-2 -std=gnu99 ?-c init.c -o init.o
In file included from init.c:22:0:
tcltk.h:23:17: fatal error: tcl.h: No such file or directory
compilation terminated.
make[4]: *** [init.o] Error 1
make[3]: *** [mksrc-win2] Error 1
make[2]: *** [all] Error 2
make[1]: *** [R] Error 1
make: *** [all] Error 2
Please, help.
Thank you.
Andre Mikulec
Andre_Mikulec at Hotmail.com
2010 Dec 14
1
tcltk error compiling R 2.13.0 under Windows 7 x64
..."../../../../include" -I "../../../../Tcl"/include -DWi
n32 -O2 -Wall -std=gnu99 -c init.c -o init.o
In file included from init.c:22:0:
tcltk.h:23:17: fatal error: tcl.h: No such file or directory
compilation terminated.
make[4]: *** [init.o] Error 1
make[3]: *** [mksrc-win2] Error 1
make[2]: *** [all] Error 2
make[1]: *** [R] Error 1
make: *** [all] Error 2
which seems suggestive that I did not install tcltk or it is looking
for it in the wrong location. Is there an environment variable I need
to set or should I add something to my PATH? Rtools created a
directory...
2015 Mar 13
2
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
...ack.def Lapack.o dllversion.o
-L../../../bin/x64 -lRlapack -lRblas -lR
cp lapack.dll ../../../modules/x64/lapack.dll
building package 'base'
building package 'tools'
making text.d from text.c
C:/Rtools/gcc492_64/bin/gcc: not found
make[4]: *** [text.d] Error 127
make[3]: *** [mksrc-win2] Error 1
make[2]: *** [all] Error 2
make[1]: *** [R] Error 1
make: *** [all] Error 2
[[alternative HTML version deleted]]
2001 Jun 13
1
Wine won't run
...bel" = "/floppy"
"Device" = "/dev/fd0"
[Drive C]
"Type" = "hd"
"Path" = "/win1"
"Label" = "/win1"
"FS" = "win95"
[Drive D]
"Type" = "hd"
"Path" = "/win2"
"Label" = "/win2"
"FS" = "win95"
[Drive E]
"Type" = "cdrom"
"Path" = "/cdrom"
"Label" = "/cdrom"
"FS" = "win95"
"Device" = "/dev/hdc"
[Drive F]
"T...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all,
Gert Hulselmans requested a feature for MDISKCHK.COM that would function
roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET
command output for MEMDISK kernel arguments passed by previous
boot-loaders. He also needed to support the case for
MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments
could be gathered together and output as a list
2016 Oct 04
1
Desktop for newbies
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Gary Stainburn
> Sent: den 4 oktober 2016 13:07
> To: centos at centos.org
> Subject: Re: [CentOS] Desktop for newbies
>
> > In that case I don't quite understand why you want a Windows-lookalike
in
> > linux.
> [...]
> I was hoping for
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
.../../../bin/x64 -lRlapack -lRblas -lR
> cp lapack.dll ../../../modules/x64/lapack.dll
> building package 'base'
> building package 'tools'
> making text.d from text.c
> C:/Rtools/gcc492_64/bin/gcc: not found
> make[4]: *** [text.d] Error 127
> make[3]: *** [mksrc-win2] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [R] Error 1
> make: *** [all] Error 2
2011 Jun 01
0
Memory management
I am trying to run a very large Bradley-Terry model using the BradleyTerry2 package. (There are 288 "players" in the BT model).
My problem is that I ran the model below successfully.
WLMat is a win-loss matrix that is 288 by 288
WLdf<-countsToBinomial(WLMat)
mod1<-BTm(cbind(win1,win2),player1,player2,~player,id="player",data=WLdf)
Then I needed to run the same model with a subset of the observations that went into the win-loss matrix. So I created my new win-loss matrix and tried to run a new model.
Now I get: Error: cannot allocate vector of size 90.5 Mb
I found...
2010 Aug 26
0
No subject
- the Ribbon Menu (the one used in RibbonNotePad demo) doesn't work
- the subitems doesn't work
- ribbon drop downs in general doesn't work
- ribbon hints doesn't work
In the attched screenshots you can see what in Windows works ok and not on Wine. I put 4 screenshots called Win1, Win2, Win3, Win4 that show the correct behaviour of RibbonNotePadDemo in Windows 7, and I put a screenshot of clicking on Application Menu in Wine/Linux.
download zip from here: http://www.devexpress.com/Support/Center/GetSCAttachment.ashx?id=bd561e0e-b510-4932-9d2b-f2eef0aec5b8
I attach here also a te...
2001 Oct 28
0
help: why are my shares read only when they should be writable?
hello,
i'm running samba 2.2.2 on Linux 2.4.10.
i have 3 other pc's on the network, all running win98.
so there is LINUX, WIN1, WIN2 and WIN3.
the problem is that some of my shares are not writeable,
but they read perfectly, both locally using smbclient,
as well as from all the win98 clients.
i noticed that all of the problematic shares
are mounted from FAT partitions on LINUX,
which is a dual-booting machine with win98 in ot...
2003 May 28
2
visio
..."/floppy"
"Device" = "/dev/fd0"
[Drive C]
"Type" = "hd"
"Path" = "/mnt/win1"
"Label" = "/mnt/win1"
"FS" = "win95"
[Drive D]
"Type" = "hd"
"Path" = "/mnt/win2"
"Label" = "/mnt/win2"
"FS" = "win95"
[Drive M]
"Type" = "cdrom"
"Path" = "/cdrom"
"Label" = "/cdrom"
"FS" = "win95"
"Device" = "/dev/scd0"
[Drive X]
&q...
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
Hi,
I'm trying to builda R-3.3.0 base package on Windows 8.1, and it fails
while building 'base' package with an error about unable to create a
directory
under /tmp.
I am running the make from my D:\ partition, and I have created a \TMP
directory
under both C:\ and D:\. I have also modified my environment variables TEMP
and TMP both point to C:\TMP.
Error messages below:
gfortran
2007 Dec 09
1
Formating and Mounting Partitions giving problems
.../sys sysfs
defaults 0 0<br>
LABEL=SWAP-hdc11 swap swap defaults
0 0<br>
<u>/dev/hdc5 /mnt/win1 vfat
rw.defaults,umask=0000,auto 0 0<br>
/dev/hdc6 /mnt/win2 vfat
rw.defaults,umask=0000,auto 0 0<br>
/dev/hdc7 /mnt/win3 vfat
rw.defaults,umask=0000,auto 0 0<br>
/dev/hdc8 /mnt/win4 vfat
rw.defaults,umask=0000,auto 0 0<br>
</u>/dev/hdc12...
2009 Sep 14
3
oggcat or other ways to combine theora videos (with or without re-encoding)?
...support theora.... a feature for combining the input files to an theora ouput would have also been great...
as an example for oggcat error, i have two files created with ffmpeg2theora using libtheora 1.1 20090822 (Thusnelda)
i'd like to cat these two files using oggcat (ogg video tools0.8-win2) on windows...
as you can see from the ogginfo below, both files have the same properties as they must be to get use of oggcat. (input files have .ogg extension instead of .ogv because i used
g-frontend to encode multiple files at the same time and g-frontend
creates .ogg extension even with the...