Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

16 results for “from:Erwin Kalvelagen”

optimization problem
Erwin Kalvelagen · Jan 16, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100116/187f5b74/attachment.pl>

optimization problem
Erwin Kalvelagen · Jan 17, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100117/a350607e/attachment.pl>

optimization problem
Erwin Kalvelagen · Jan 16, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100116/5108d18a/attachment.pl>

A combinatorial optimization problem: finding the best permutation of a complex vector
Erwin Kalvelagen · Nov 18, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091118/8b31c2e6/attachment-0001.pl>

optimization problem
Erwin Kalvelagen · Jan 15, 2010 · r-help

Ravi Varadhan <rvaradhan <at> jhmi.edu> writes: > dist <- function(A, B) { > # Frobenius norm of A - B > n <- nrow(A) > sum(abs(B - A)) > } > See http://mathworld.wolfram.com/FrobeniusNorm.html for a definition of the Frobenius norm. Erwin ---------------------------------------------------------------- Erwin Kalvelagen...

Solving an optimization problem: selecting an &quot;optimal&quot; subset
Erwin Kalvelagen · Jan 30, 2010 · r-help

Dimitri Shvorob <dimitri.shvorob <at> gmail.com> writes: > > > ?!! Erwin, may I ask for a working code sample? (Including appropriate > package(s)) > > Thank you. I used GAMS + CPlex. The models are here: http://yetanothermathprogrammingconsultant.blogspot.com/2010/01/solving- optimization-problem...

estimating mean income
Erwin Kalvelagen · May 10, 2010 · r-help

Hi: This is more a statistical question than an R question (apologies!). I have some income data as follows: <$5000 : 598 $5000-$10000 : 2586 .... $65001-$70000 : 202 $70001+ : 446 I.e an open ended income class for incomes > $70k. What...

A combinatorial optimization problem: finding the best permutation of a complex vector
Erwin Kalvelagen · Nov 17, 2009 · r-help

Ravi Varadhan <rvaradhan <at> jhmi.edu> writes: > > > When I increased N = 1000, the time was about 1400 seconds! > Not sure of this is important for you: This can be solved much faster. A good solver can solve the n=1000...

Solving an optimization problem: selecting an &quot;optimal&quot; subset
Erwin Kalvelagen · Jan 30, 2010 · r-help

Dimitri Shvorob <dimitri.shvorob <at> gmail.com> writes: > > > A 40-element subset proves too much :( > > > Error: cannot allocate vector of size 554.1 Mb > > Thanks, Bart! I could solve a problem with n=200, k=40 with Cplex's MIQP...

Solving an optimization problem: selecting an &amp;quot;optimal&amp;quot; subset
Erwin Kalvelagen · Feb 1, 2010 · r-help

Hans W Borchers <hwborchers <at> googlemail.com> writes: > # Prepare inputs for MILP solver > obj <- c(rep(0, n), 0, 1, 1, 0) > typ <- c(rep("B", n), "B", "C", "C", "B") > mat <- matrix(c( s, -z, -1, 1, 0, # a...

Non linear programming optimization (which package to use?)
Erwin Kalvelagen · Nov 11, 2009 · r-help

Jerome Chong <jeromechong <at> gmail.com> writes: > > Hello, > > 1) Is there any nonlinear programming optmizer that I can user for the > following problem? > > Obj function: (max) revenue = price * volume > Constraints: price and volume pair must be from the following variable...

Non linear programming optimization (which package to use?)
Erwin Kalvelagen · Nov 13, 2009 · r-help

Jerome Chong <jeromechong <at> gmail.com> writes: > > Greetings, > > What I want to do is to perform regression the data set to get a > revenue function, and use that revenue function to find the maximum > point (maybe with some constraints applied...

optimization problem
Erwin Kalvelagen · Jan 15, 2010 · r-help

<klausch <at> gmx.de> writes: > > Dear R-experts, > > this is not a direct R-problem but I hope you can help me anyway. > > I would like to minimize || PG-I || over P, where P is a p x p permutation...

Find a rectangle of maximal area
Erwin Kalvelagen · Mar 21, 2010 · r-help

Hans W Borchers <hwborchers <at> googlemail.com> writes: > > For an application in image processing -- using R for statistical purposes -- I > need to solve the following task: > > Given n (e.g. n = 100 or 200) points in the unit square, more...

NLS-Weibull-ERROR
Erwin Kalvelagen · Dec 18, 2009 · r-help

ruchita gupta <ruchitarg123 <at> gmail.com> writes: > > Hello > > I was trying to estimate the weibull model using nls after putting OLS > values as the initial inputs to NLS. > I tried multiple times but still i m getting the same error...

Solving an optimization problem: selecting an &quot;optimal&quot; subset
Erwin Kalvelagen · Jan 31, 2010 · r-help

Dimitri Shvorob <dimitri.shvorob <at> gmail.com> writes: > > > Thank you very much, Erwin. If I may ask some follow-up questions > 1. GAMS <> R, ad it's just not entirely clear how to move the soltion to R. > (At most...

Can't find what you're looking for? Try searching with Google .