Displaying 20 results from an estimated 1066 matches for "wilk".
Did you mean:
silk
2015 Oct 25
2
Can't access maildir with dovecot
...vecot/imap -o mail_location=maildir:$HOME/Maildir-free
--8<---------------cut here---------------end--------------->8---
in the local maildir part of ~/.offlineimaprc.
* The Maildir-free maildir has been correctly (I think) populated
with a single "General" folder.
/home/wilk/Maildir-free:
total used in directory 52 available 5502852
drwxrwxr-x 6 wilk wilk 4096 oct. 23 11:10 .
drwx------ 240 wilk wilk 20480 oct. 23 15:06 ..
drwxrwxr-x 2 wilk wilk 4096 oct. 23 11:09 cur
-rw-rw-r-- 1 wilk wilk 348 oct. 23 11:10 dovecot.index.log
-rw-rw-r-- 1 wi...
2015 Oct 26
2
Can't access maildir with dovecot
...--8<---------------cut here---------------end--------------->8---
>>
>> in the local maildir part of ~/.offlineimaprc.
>>
>> * The Maildir-free maildir has been correctly (I think) populated
>> with a single "General" folder.
>>
>> /home/wilk/Maildir-free:
>> total used in directory 52 available 5502852
>> drwxrwxr-x 6 wilk wilk 4096 oct. 23 11:10 .
>> drwx------ 240 wilk wilk 20480 oct. 23 15:06 ..
>> drwxrwxr-x 2 wilk wilk 4096 oct. 23 11:09 cur
>> -rw-rw-r-- 1 wilk wilk 348 oct. 23 11:...
2015 Oct 26
0
Can't access maildir with dovecot
...dir:$HOME/Maildir-free
> --8<---------------cut here---------------end--------------->8---
>
> in the local maildir part of ~/.offlineimaprc.
>
> * The Maildir-free maildir has been correctly (I think) populated
> with a single "General" folder.
>
> /home/wilk/Maildir-free:
> total used in directory 52 available 5502852
> drwxrwxr-x 6 wilk wilk 4096 oct. 23 11:10 .
> drwx------ 240 wilk wilk 20480 oct. 23 15:06 ..
> drwxrwxr-x 2 wilk wilk 4096 oct. 23 11:09 cur
> -rw-rw-r-- 1 wilk wilk 348 oct. 23 11:10 dovecot.index.log...
2013 Feb 25
9
[PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
And also put my name behind the mainternship.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0358a3e..e2252fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -193,8 +193,9 @@ F: xen/include/xen/iommu.h
LINUX (PV_OPS)
M: Jeremy Fitzhardinge...
2015 Oct 27
0
Can't access maildir with dovecot
...ere---------------end--------------->8---
>>>
>>> in the local maildir part of ~/.offlineimaprc.
>>>
>>> * The Maildir-free maildir has been correctly (I think) populated
>>> with a single "General" folder.
>>>
>>> /home/wilk/Maildir-free:
>>> total used in directory 52 available 5502852
>>> drwxrwxr-x 6 wilk wilk 4096 oct. 23 11:10 .
>>> drwx------ 240 wilk wilk 20480 oct. 23 15:06 ..
>>> drwxrwxr-x 2 wilk wilk 4096 oct. 23 11:09 cur
>>> -rw-rw-r-- 1 wilk wil...
2007 Jun 19
2
How to compute Wilk's Lambda
...son/Wichern: Applied Multivariate
Statistical Analysis, 6th ed, pp. 304-306.
/X <- structure(c(9, 6, 9, 3, 2, 7), .Dim = as.integer(c(3, 2)))
Y <- structure(c(0, 2, 4, 0), .Dim = as.integer(c(2, 2)))
Z <- structure(c(3, 1, 2, 8, 9, 7), .Dim = as.integer(c(3, 2)))/
I would like to compute Wilk's Lambda in R, which I know is 0.0385. How
can I do that? I tried
/U <- rbind(X,Y,Z)
m <- manova(U~rep(1:3, c(3, 2, 3)))
summary(m,test="Wilks")/
which gives
/ Df Wilks approx F num Df den Df Pr(>F)
rep(1:3, c(3, 2, 3)) 1 0.162 12.930 2...
2013 Jun 24
3
[konrad.wilk@oracle.com: [PATCH] drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.]
fyi if you are using an Xen + v3.10 + with i915.
----- Forwarded message from Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> -----
Date: Mon, 24 Jun 2013 11:47:48 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: dri-devel@lists.freedesktop.org, chris@chris-wilson.co.uk, imre.deak@intel.com, daniel.vetter@ffwll.ch, airlied@linux.ie, airlied@gmail.com
Cc: linux-kernel@vge...
2012 May 23
17
[PATCH] bug-fixes to hvc-xen driver in v3.4 (and earlier).
Three of the patches could be squashed in one, but it makes more sense
to review them as three. These patches fix the case of an PVHVM
guest not being able to resume propely b/c of hitting:
142 BUG_ON(info->type != IRQT_UNBOUND && info->type != type);
(in events.c) and also adds a WARN to catch situations like these.
The reason for this is that the Xen python toolstack
2001 Jul 02
2
Shapiro-Wilk test
Hi,
does the shapiro wilk test in R-1.3.0 work correctly? Maybe it does, but can
anybody tell me why the following sample doesn't give "W = 1" and
"p-value = 1":
R> x<-1:9/10;x
[1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
R> shapiro.test(qnorm(x))
Shapiro-Wilk normality test
data: q...
2002 Mar 21
1
Wilks Lamba
Hi all,
I can't figure out how to compute Wilks Lambda in a one way repeated
measure design. My matrix looks like:
> t2.m
Blank ECR ENC UEA UED
1 -0.15 0.14 0.16 0.09 0.14
2 0.30 0.08 0.14 0.14 0.14
[...]
where each row is a case and the columns are levels of one factor (named
trial):
> t2.fit <- manova(t2.m ~ 1)...
2013 Apr 05
2
How to perform a grouped shapiro wilk test on dataframe
Hello,
I was wandering if it is possible to perform on a dataframe called 'all' a
shapiro wilk normality test for COUNTS by variable Group
ACTIVITY? Could it be done using plyer? I saw an eg that applies to an
array but not to a dataframe:
lapply(split(dataset1$Height,dataset1$Group),shapiro.test)
Any thoughts would be much appreciated.
My dataframe is in shape:
dat ACTIVIT COU...
2012 Feb 24
10
[PATCH 0 of 2] [RFC] Patches to work with processor-passthru driver (v1).
These two patches provide the neccessary infrastructure changes
for the processor-passthru driver [www.spinics.net/lists/linux-acpi/msg34655.html]
to properly function.
The first one is quite easy - we just modprobe the processor-passthru driver.
The second allows it to work under AMD machines by exposing the PM RDMSR
to dom0. It has been tested with 2.6.32 kernel as well to make sure it does
2012 Jan 05
22
[PATCH] Support Function Level Reset (FLR) in the xen-pciback module (v1) and some fixes.
The attached patches allow the pciback module to perform a reset whenever
a PCI device is:
- attached to the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/bind
- detached from the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/unbind
- and when the guest is done with (internally when the guest is not using
2003 Mar 17
0
Built-In Wilks Lambda for lda?
Hello,
using the lda-method from MASS-package I was wondering whether there is
a built-in method for figuring out Wilks' Lambda?
Searching the Web I found in the r-help archive a thread form june 2002,
but it didn't help me.
I understand I can use manova and its summary-method to get Wilks' Lambda
on the screen, but I don't see the connection to lda from MASS.
Or does
summary( manova( df[ trai...
2012 Apr 02
6
[PATCH 0 of 3] Patches for Xen 4.2 (v2).
Patches that were posted last week - with review comments
addressed.
2012 Jul 03
13
[PATCH] various Xen fixes for v3.6 (v1).
I am working on some other bugs and perf issues - and while working I noticed
that both sparse and Coverity have reported some issues with Xen drivers.
Please see attached various bug-fixes that I am proposing for 3.6.
2008 Jul 12
5
shapiro wilk normality test
Hi everybody,
somehow i dont get the shapiro wilk test for normality. i just can?t
find what the H0 is .
i tried :
shapiro.test(rnorm(5000))
Shapiro-Wilk normality test
data: rnorm(5000)
W = 0.9997, p-value = 0.6205
If normality is the H0, the test says it?s probably not normal, doesn
?t it ?
5000 is the biggest n allowed by the test...
2008 Apr 03
3
summary(object, test=c("Roy", "Wilks", "Pillai", ....) AND ellipse(object, center=....)
Dear All,
I would be very appreciative of your help with the following
1). I am running multivariate multiple regression through the manova() function (kindly suggested by Professor Venables) and getting two different answers for test=c("Wilks","Roy","Pillai") and tests=c("Wilks","Roy",'"Pillai") as shown below. In the first case (test=c(list)) I got error message which probably means I can only call one test at a time. I thought I could get ride of this by adding "s"...
2012 Jun 19
1
Stepwise Discriminant Analysis - greedy.wilks
...num 7.19 27.25 25.28 100 2.68 ...
$ I031N2: num -100 -100 8.989 -100 0.598 ...
$ I032N2: num 75.4 67 59 0 95.2 ...
$ I033N2: num 17.45 5.74 6.74 100 1.49 ...
$ I034N2: num 0.472 0.815 0.482 0.399 1.557 ...
$ I035N2: num 0 1 100 100 100 100 100 100 0 100 ...
> gw_obj <- greedy.wilks(gruppo~., data = data_indiciN2,niveau = 0.1)
Errore in summary.manova(e2, test = "Wilks") : residuals have rank 2 < 3
--
View this message in context: http://r.789695.n4.nabble.com/Stepwise-Discriminant-Analysis-greedy-wilks-tp4633902.html
Sent from the R help mailing list archive...
2012 May 25
2
[PATCH] libxl: When checking BDF of existing slots, function should be decimal, not hex
# HG changeset patch
# User George Dunlap <george.dunlap@eu.citrix.com>
# Date 1337961666 0
# Node ID 1c28051020488782f1277dd60a2418324580297e
# Parent 69c3ae25bb1ddcb0ea44b7566d36d34e9d6a70aa
libxl: When checking BDF of existing slots, function should be decimal, not hex
Spotted-by: Konrad Wilk <konrad.wilk@oracle.com>
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
diff --git a/tools/libxl/libxl_pci.c b/tools/libxl/libxl_pci.c
--- a/tools/libxl/libxl_pci.c
+++ b/tools/libxl/libxl_pci.c
@@ -480,7 +480,7 @@ static int pciback_dev_has_slot(libxl__g
return ER...