Displaying 2 results from an estimated 2 matches for "geneally".
Did you mean:
generally
2004 Mar 09
6
OCFS filesystem used 7%
Hi all...
I have a strange problem. 2 of my mount points already use 7% of space, even
when I check the directory is empty.
When I re-format it, it release the space for a while, after 1 or 2 days,
the space is used again for 7% - 10 %.
What could be the reason?
I am using RHAS 2.1 Enterprise Kernel 2.1 and OCFS release 1.0.9-6
Thanks
Jeram
2009 Jan 24
2
Different values for double integral
Dear R useRs,
i have the function f1(x, y, z) which i want to integrate for x and y.
On the one hand i do this by first integrating for x and then for y, on
the other hand i do this the other way round and i wondering why i
doesn't get the same result each way?
z <- c(80, 20, 40, 30)
"f1" <- function(x, y, z) {dgamma(cumsum(z)[-length(z)], shape=x, rate=y)}