Displaying 4 results from an estimated 4 matches for "swilcox".
Did you mean:
wilcox
2005 Feb 28
0
phpSerialize 0.8
...wc = wilcox.test(rnorm(10),rnorm(10)+Delta)
... is is piped to standard output
cat(phpSerialize(wc),"\n")
... and after deserialization
$pp = popen("$Rterm --no-save --slave 2>&1 < $RFile DELTA=$Delta","r");
// Read serialized R output via pipe.
$sWilcox=fgets($pp);
pclose($pp);
$Wilcox=unserialize($sWilcox);
print_r($Wilcox);
... prints as follows:
Array
(
[statistic] => Array
(
[W] => 29
)
[parameter] =>
[p.value] => 0.1230055
[null.value] => Array
(
[mu] => 0
)
[alternative] => two.sided...
2005 Feb 28
0
phpSerialize 0.8
...wc = wilcox.test(rnorm(10),rnorm(10)+Delta)
... is is piped to standard output
cat(phpSerialize(wc),"\n")
... and after deserialization
$pp = popen("$Rterm --no-save --slave 2>&1 < $RFile DELTA=$Delta","r");
// Read serialized R output via pipe.
$sWilcox=fgets($pp);
pclose($pp);
$Wilcox=unserialize($sWilcox);
print_r($Wilcox);
... prints as follows:
Array
(
[statistic] => Array
(
[W] => 29
)
[parameter] =>
[p.value] => 0.1230055
[null.value] => Array
(
[mu] => 0
)
[alternative] => two.sided...
2006 Oct 31
0
6238533 UFS O_DSYNC Logging Performance
Author: swilcox
Repository: /hg/zfs-crypto/gate
Revision: 063e12129ee21a72ae625b3e10b3169e8906fe77
Log message:
6238533 UFS O_DSYNC Logging Performance
Files:
update: usr/src/uts/common/fs/ufs/ufs_vnops.c
2006 Oct 31
0
6361469 tsufs hang on rm -rf command
Author: swilcox
Repository: /hg/zfs-crypto/gate
Revision: 89bb7eb80bb8cb92f0071ea0085e6aa3d116f7f6
Log message:
6361469 tsufs hang on rm -rf command
Files:
update: usr/src/cmd/fs.d/ufs/mkfs/mkfs.c