Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
301 views

Unit testing a module that checks internet connectivity

I have a C# module responsible for acquiring the list of network adapters that are "connected to the internet" on a windows Vista machine. The module uses the "Network List Manager API" (or NLM API) ...
1
vote
1answer
61 views

R optim/nlm with multidimensional array of parameters

I'm using optim/nlm to do a maximum likelihood estimation, and my parameters are in a multidimensional array. The likelihood evaluates fine, i.e. given a data x, and multidimensional array of ...
1
vote
1answer
101 views

selection of nlm starting values problem

Need to estimate two parameters using the nlm function; fit<-nlm(hood2par,c(x01[i],x02[j]),iterlim=300, catch=x[,c(3,4,5)],sp=.5) where hood2par is a modified logistic The convergence of nlm ...
0
votes
0answers
87 views

Network List Manager API and netwok Notification area overflow updating

I use Network List Manager API to set (using Delphi) the location type (home / work / public) of a specified network on Windows 7. Now, everything is working fine, but is not perfect. I use the api ...
0
votes
1answer
571 views

Passing a function argument through R-function nlm

I am probably being unreasonable asking for help debugging a program, but I have spent a day and a half on this pretty simple bit of code and have run out of ideas. I am trying to optimise a function ...