Displaying 4 results from an estimated 4 matches for "minp".
Did you mean:
min
2003 Jul 01
2
Computations slow in spite of large amounts of RAM.
...the objective is to get a much smaller dataframe and the unique
values for ID is 1409 with the minimum and maximum pressure for each
profile. The slow part is:
h.maxmin <- by(p.1,p.1$id,function(x){
data.frame(id=x$id[1],
maxp=max(x$p),
minp=min(x$p))})
2. Even with unneeded data objects removed, this is very slow. Is
there a faster way to get the maximum and minimum values?
platform sparc-sun-solaris2.9
arch sparc
os solaris2.9
system sparc, solaris2.9
status
major...
2004 Jan 20
1
Re: Need help on how to list functions from a loaded package...
...w.bioconductor.org/repository/release1.3/package/html/graph.html
the multtest package consists of...
--------- snip
multtest Multiple Testing Procedures 1.3.3
----------snip
Function Description
golub Gene expression dataset from Golub et al. (1999)
mt.maxT Step-down maxT and minP multiple testing procedures
mt.plot Plotting results from multiple testing procedures
mt.rawp2adjp Adjusted p-values for simple multiple testing procedures
mt.reject Identity and number of rejected hypotheses
mt.sample.teststat Permutation distribution of test statistics and...
2012 Nov 13
0
Restricted Domain Optimization Problem
...ulation unsatisfactory around that value. Not supplying the gradient avoids the error (by using a finite-difference model), but is unacceptably slow.
Does anyone have an idea for a more clever way to preform what is effectively a simple quadratic programming problem on a discontinuous domain: {0, [minp, maxp]}?
Thanks, Robert
Robert McGehee, CFA
Geode Capital Management, LLC
One Post Office Square, 28th Floor | Boston, MA | 02109
Direct: (617)392-8396
This e-mail, and any attachments hereto, are intended fo...{{dropped:10}}
2004 Jan 20
0
Re: Need help on how to list functions from a loaded pack age...
...w.bioconductor.org/repository/release1.3/package/html/graph.html
the multtest package consists of...
--------- snip
multtest Multiple Testing Procedures 1.3.3
----------snip
Function Description
golub Gene expression dataset from Golub et al. (1999)
mt.maxT Step-down maxT and minP multiple testing procedures
mt.plot Plotting results from multiple testing procedures
mt.rawp2adjp Adjusted p-values for simple multiple testing procedures
mt.reject Identity and number of rejected hypotheses
mt.sample.teststat Permutation distribution of test statistics and...