search for: ifint

Displaying 2 results from an estimated 2 matches for "ifint".

Did you mean: ifin
2008 Mar 27
0
Extracting output data into a vector or matrix
...ist represents an individual data point that is not regarded as part of a matrix. Any help? I desperately need to be able to extract all the output data into a Vector so I can perform the final step of my computation. The final step is: fn<-(R*(R1R-R10R)) + (R*((KR/VR)-(p[1]/p[2])))* ifint Thanks in advance. ifint<-integrate(f,0,40,w=w$t,y=w$fint.i.)$val ifint [1] 1.573233e-10 [1] 2.939187e-10 [1] 5.491124e-10 [1] 1.025877e-09 [1] 1.916591e-09 [1] 3.580663e-09 [1] 6.689559e-09 [1] 1.249774e-08 [1] 2.334885e-08 [1] 4.36214e-08 [1] 8.149551e-08 [1] 1.522537e-07 [...
2007 Aug 30
17
Question about how TC enforces bandwidth limiting
Hello, I run one of my PCs as my personal router, with iptables+tc to control traffic and be my firewall. In TC, I use a combination of htb, qdisc and sfq (as well as prio) to classify bandwidth. In my current setup, I have 10 classifications of my bandwidth. (Even I admit this is probably more than I need, but at this point I''m still learning, so I''ll just leave them be.)