Displaying 2 results from an estimated 2 matches for "prticular".
Did you mean:
particular
2008 Jul 09
1
Correct remedy for winbindd sulking on 3.0.30?
...it the winbindd bug described here:
http://lists.samba.org/archive/samba/2008-June/141041.html
What is the recommended resolution?
1. Apply the patch included in the post referenced above?
2. Apply a different patch?
3. Upgrade to version n?
4. Go back to 3.0.28a?
5. Something else?
If there is a prticular patch recommended I would like to include it in a PR
to the FreeBSD samba port maintainer. The current FreeBSD net/samba3 port is
3.0.30.
Thank you for your help.
--
John Marshall
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/...
2012 Apr 04
1
Shapiro-Wilk cpoefficients: 2 Qs
Greetings!
I want to have the coefficients that R uses in shapiro.test()
for the Shapiro-Wilk test for a prticular sample size, i.e.
the a[i] in
W = Sum(a[i]*x[i])/(Sum(x[i] - mean(x))^2)
(where the x[i] are sorted). Two questions:
Q1:
Is there a readymade R function from which I can extract these?
Q2:
I was wondering if I might be able to modify the code for the
function shapiro.test() so as to obtain th...