Displaying 3 results from an estimated 3 matches for "estf".
Did you mean:
est
2012 Apr 24
2
Some Help Needed
...m(y, lower.tail = F))/sqrt(1-
rho), lower.tail = F)
}
temp <- function(y,k,x,rho,m) {
t <- F0(y=y, x=x, rho=rho)
pbinom(q=k, size=m, prob=t, lower.tail = F, log.p = FALSE)
}
est <- function(k,x,rho,m) {
integrate(temp, lower = 0, upper=1, k,x, rho,m)$value-alpha}
estf <- function(x){est(x, k=30, rho=rho, m=m)}
thre <- uniroot(estf, c(0,1), tol=1/10^12)$root
[[alternative HTML version deleted]]
2017 Feb 04
8
[PATCH v8 0/4] Import directly from OVA tar archive if possible
...o Richards suggestion
- 4/6: added tests for nsplit
v3: Addressed Pino's comments, namely:
- input_ova.ml
- untar takes list of paths
- renamed untar_partial to untar_metadata
- replaced uggly regex with nsplit
- tests
- test changes are part of the main commit
- renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh
- renamed qemu_version to qemu_is_version and moved it to
test-data/test-utils.sh
- normalize paths in expect files
v2:
- rewritten the tar invocations, the output processing is now done in
OcaML rather than with a shell code; it turned out to be...
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option
‘./guestfsd --print-external-commands’