Displaying 4 results from an estimated 4 matches for "alterntatives".
Did you mean:
alternatives
2008 Jun 08
2
optim, constrOptim: setting some parameters equal to each other
Hello, and apologies for the upcoming naive questions. I am a biologist who is trying to teach himself the appropriate areas of math and stats. I welcome pointers to suggested background reading just as much as I do direct answers to my question.
Let's say I have a function F() that takes variables (a,b,c,a1,b1,c1) and returns x, and I want to find the values of these variables that result in
2009 Aug 16
1
Printing the null hypothesis
Dear R developers,
Currently many (all?) test functions in R describe the alternative
hypothesis, but not the the null hypothesis being tested. For example,
cor.test:
> require(boot)
> data(mtcars)
> with(mtcars, cor.test(mpg, wt, met="kendall"))
Kendall's rank correlation tau
data: mpg and wt
z = -5.7981, p-value = 0.000000006706
alternative hypothesis: true tau is not
2005 Oct 11
3
Dual PRI fail over
I currently have a single PRI however we are getting a second PRI, and the
provider (qwest) wants to know if our PBX supports GSAS (they say its a
redundant d-channel technology but searching on google for GSAS reveals less
than nothing). I've set something similar up before on a cisco 5350, where if
one of the PRIs fails, all of the calls destined for either PRI will be routed
down the one
2010 Dec 18
10
a single nfs file system shared out twice with different permissions
I am trying to configure a system where I have two different NFS shares
which point to the same directory. The idea is if you come in via one path,
you will have read-only access and can''t delete any files, if you come in
the 2nd path, then you will have read/write access.
For example, create the read/write nfs share:
zfs create tank/snapshots
zfs set sharenfs=on tank/snapshots
root