Displaying 6 results from an estimated 6 matches for "lagr".
Did you mean:
lag
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
...n easily be
rectified.
Kind regards,
Alan
> library(dlm)
> mydata <- read.csv("Data.csv", header=TRUE)> pc <- mydata[,c(2,3,5,22)]> > pc[,1] <- log(pc[,1]/pc[,3]) ; pc[,2] <- log(pc[,2]/pc[,3])> pc[,3] <- log(pc[,3]) ; pc[,4] <- log(100*pc[,4])> lagr <- function(x){return(c(NA,x[1:(length(x)-1)]))}> pc[,5] <- lagr(pc[,4])> names(pc) <- c("b","d","p","w","w1")> pc <- ts(pc, start=1650, frequency=1)> dr <- lm(pc[,4]~pc[,3])> pos <- lm(pc[,2]~pc[,4])> > # set...
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)
gene...
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 potest" - (Lycklig är den som hjälper andra)
Dr....
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