Displaying 3 results from an estimated 3 matches for "datacontrol".
Did you mean:
atacontrol
2016 Apr 14
0
DataControl and DCARContControl functions
Hello,
I have some trouble with DataControl and DCARContControl functions. I can use the following codes for multivariate normal distribution.
sigma <- matrix(c(-1, 0, 0, 1), 2, 2)
?dc <- DataControl(size = 100, distribution = rmvnorm, dots = list(sigma = sigma))
?cc <- DCARContControl(epsilon = seq(0.05, 0.15, by = 0.05), distrib...
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello,
Assuming I have the following setup for one page:
<column A><data from controller 1 /> </columnA>
<column B><data from controller 2 /> </columnB>
<column C><data from controller 3 /> </columnC>
Assuming the page is created for Controller 2, what would be the best
way(s) to gather/render the data from the other controllers?
Best
2006 Jul 28
2
Slowness on PUT requests
I''ve been noticing about a 2 second pause between PUT requests when
running either webrick or mongrel. GET, LIST and DELETE all work
great. I tested this by using curl to make a lot of continuous requests.
Even if I remove everything from the controller method and just
replace it with render(:nothing => true) I still get the lag. So I
don''t think it''s