Displaying 3 results from an estimated 3 matches for "aramos".
Did you mean:
ramos
2008 Apr 07
1
test for the variance of a normal population
Hi,
Does anyone know an instruction to perform a test (or to construct a confidence interval) for the variance of a normal population (distribution).
The test statistic is (n-1)*S´^2/sigma^2 and has chi square (n-1) distribution.
Thank you,
Alexandra
[[alternative HTML version deleted]]
2008 Apr 08
0
Goodness of fit tests
Dear all,
Is it possible to use chisq.test(x,p) (where x = c(N1,...,Nk) are the
counts in the k "bins" and p is a vector of the probabilities that a
random observation will fall in the various bins) to test the goodness
of fit of a certain distribution for which we had to estimate the
parameters? Is there another function to do that?
Also, how can I use chisq.test or other
2004 Oct 18
1
domain member problem
...[profiles]
path = /home/samba/profiles
profile acls = yes
writeable = yes
browseable = no
guest ok = yes
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
Then started smbd and winbindd....
Did the following to join the server to the domain...
net join -S TSSI -Uaramos
It gives me the following ...
Unable to find a suitable server
Unable to find a suitable server
With the same configuration on a SuSE 9.1 server that already comes with
samba3 worked fine, is there an option I should add when compiling or
something in the conf file that I have to add in the...