search for: lagre

Displaying 6 results from an estimated 6 matches for "lagre".

Did you mean: lagrq
2006 Sep 20
2
Not receiving form data using form_remote_for
...<td><label for="time_entry_decription">Beskrivelse:</label></td> <td><%= f.text_field(''description'', :size => 40, :value => entry.description)-%></td> <td id=''submit''> <%= submit_tag ''Lagre'' %></td> </tr> </table> <% end %> On submit I receive: Parameters: {"time_entry"=>{"description"=>"Test", "hours"=>"10"}, "commit"=>"Lagre", "period"=>"3",...
2006 Nov 04
0
Controller don''t receives form parameters using form_remote_for
...t;td><label for="time_entry_decription">Beskrivelse:</label></td> <td><%= f.text_field(''description'', :size => 40, :value => entry.description)-%></td> <td id=''submit''> <%= submit_tag ''Lagre'' %></td> </tr> </table> <% end %> On submit I receive: Parameters: {"time_entry"=>{"description"=>"Test", "hours"=>"10"}, "commit"=>"Lagre", "period"=>"3"...
2011 Jul 29
0
dlmSum(...) and non-constant state space models
Hello, I would be very grateful if somebody more knowledgeable then me could assist me in the following. I have two (three actually but for simplicity I will say two) models which I would like to fit jointly as a state space object. Here are the equations: (1) w = a1 + b1*(p) + e1 a1 = a1[t-1] + g1 g1 = g1[t-1] + e2 b1 = b1[t-1] + e3 (2) d = a2 + b2*(w) + e3 a2 = a2[t-1] + e4 b2 = b2[t-1] + e5
2008 Oct 30
3
why does sample(x, n) give the same n items in every separate runs?
...ec to hold the number of genes in each levels (1 to 10) for small group, largevec for large group. I ordered the gene expression data frame of large group (largedf) by the levels and randomly chose the genes with same level as small group. Using the code below I can get the random set of genes from lagre group with same levels for small group. But I got the same set of genes when I run the code in every other runs in Linux. This gives me a doubt in my result. smallvec<-c(8,12,9,6,13,20,16,11,8,5) ## the No. of genes in levels 1 to 10 largevec<-c(400,300,550,600,210,420,380,600,450,500) gener...
2007 Dec 06
1
Solve.QP
Hi there, I have a major problem (major for me that is) with solve.QP and I'm new at this. You see, to solve my quadratic program I need to have the lagrange multipliers after each iteration. Solve.QP gives me the solution, the unconstrained solution aswell as the optimal value. Does anybody have an idea for how I could extract the multipliers? Thanx, Serge "Beatus qui prodest quibus
2001 Aug 15
3
DJGPP patches and makefiles
Hi. Here are my patches and makefiles for compiling ogg, vorbis and vorbis-tools on DOS with DJGPP. They can build them from cvs snapshots and need minimal maintainance (even extract source lists from `makefile.am's). Everything seems to work, except one FP exception on encode at middle bitrates (lowest two and highest bitrates don't cause it) - I don't think it's my