search for: magin

Displaying 12 results from an estimated 12 matches for "magin".

Did you mean: magic
2013 Jan 20
2
"user units" in plotrix
...nvert between "user units" (which i can't find a definition for in the plotrix package) and either (a) device units (e.g. inches with PDFs) or (b) user coordinates along any particular axis. as an example, suppose i set up a PDF device with inches, the device has both outer and inner magins, and the plot region has drastically different x and y coordinate ranges (e.g. xlim = c(0, 1), ylim = c(0, SOME_VERY_LARGE_NUMBER)). now i'd like to draw.circle(...) but i can't figure out what units the radius argument takes. "user units" doesn't appear to be inches in thi...
2003 Dec 19
1
iterative proportional fitting
Dear all, I wonder if there are some function or package in R which can do the iterative proportional fitting. In the exponential model f(y1,...yn)=exp(a'yi+b'(yi*yj)+.....+c'(y1*...*yn)+constance), instead of the canonical parameters, I use maginal probability instead of a and log odds ratio instead of b. and for the order higher than 3, I use the canonical way or even assume them to be 0. It is good if there is direct function or package in R to do the job, which will save a lot of time of me. Thank you! Rgs, Zhen
2004 Oct 27
3
Traffic Control Diagnostic Graphing Utility
I wrote a Perl script to poll `tc` for traffic control statistics (just bytes presently) for leaf qdiscs. The information is fed to either RRDTool or Munin[2], depending on what parameter is passed to the script. If the option for a RRD database is used, graphs[3][4] are written to disk for each ten second polling interval. If invoked via Munin[2], it handles graphing and samples at five
2005 Sep 18
3
How does the jitter buffer "catch up"?
Is is possible to give a short hint about how the jitter buffer would "catch up" when network condition have been bad and then get better? I'm using the jitter buffer with success now, but sometimes I have a long delay that's caused by bad network conditions and then later when the conditions get better, I would think we would want the audio to gradually catch up with real-time
2003 Dec 11
2
Queue only ringing one agent at a time
Hello! We are having an interesting problem with the queue. What is happening is that no matter how many agents are logged into the queue, only one phone will ring at one time. So, for example, if we have two agents in the queue and two incoming calls. The first incoming call will ring on one of the agent phones, but the second agent's phone will not ring until the first agent picks up the
2005 Sep 18
2
How does the jitter buffer "catch up"?
...longest delay you're expecting, and > then inside the block on line 231 (which says) > if (late_ratio_short + ontime_ratio_short < .005 && late_ratio_long + > ontime_ratio_long < .01 && early_ratio_short > .8) > .. add something that multiplies all the magins with 0.75 or so at the > end. This will force the jitter buffer to only skip 1 frame at a time and > wait a bit before it skips the next one. Don't think it's necessary since there's already some code that shifts the histogram whenever I skip or interpolate a packet. This mean...
2005 Sep 18
0
How does the jitter buffer "catch up"?
..._BUFFER_SIZE to the longest delay you're expecting, and then inside the block on line 231 (which says) if (late_ratio_short + ontime_ratio_short < .005 && late_ratio_long + ontime_ratio_long < .01 && early_ratio_short > .8) .. add something that multiplies all the magins with 0.75 or so at the end. This will force the jitter buffer to only skip 1 frame at a time and wait a bit before it skips the next one.
2015 Jun 06
2
chainloading syslinux from an EFI partition to an ext4
...loaded and tries to load something * the ext4 partition, when written directly to the whole block device /dev/sdc, boots and starts the kernel I have deployed in it What doesn't work: * the chainloading: all I get is an error message from the EFI bootloader, saying that it cannot find the magin on the MBR of the disk/partition I am trying to chainload into and it would treat it as raw. I cannot completely rule out that I have misconfigured the chainload target, but I have tried various combinations and none works. All I have is the documentation of syslinux that states drives are enu...
2005 Sep 18
0
How does the jitter buffer "catch up"?
...you're expecting, and >> then inside the block on line 231 (which says) >> if (late_ratio_short + ontime_ratio_short < .005 && late_ratio_long + >> ontime_ratio_long < .01 && early_ratio_short > .8) >> .. add something that multiplies all the magins with 0.75 or so at the >> end. This will force the jitter buffer to only skip 1 frame at a time and >> wait a bit before it skips the next one. > > Don't think it's necessary since there's already some code that shifts > the histogram whenever I skip or interpolate...
2007 Jul 25
6
SHOULD I NEED TO RECOMPILE THE KERNEL ?
Hi, I am still runnig Redhat 9 box with sendmail and squid. It is quite slow. It has only 128 MB RAM. So I upgraded it to 512 MB RAM. Now, It is running with 512 MB RAM. But, It is still slow. No progress has been achived. Some users say it is slower than before. Actually, I also have noticed it is NOW SLOWER than before. WHY IS THAT? SHOULD I NEED TO RECOMPILE THE KERNEL as I installed a new
2005 Sep 18
2
How does the jitter buffer "catch up"?
...delay > you're expecting, and then inside the block on line 231 (which says) > if (late_ratio_short + ontime_ratio_short < .005 && > late_ratio_long + ontime_ratio_long < .01 && > early_ratio_short > .8) .. add something that multiplies all > the magins with 0.75 or so at the end. This will force the > jitter buffer to only skip 1 frame at a time and wait a bit > before it skips the next one. > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/li...
2004 Nov 03
0
Download ratio unstable
Hi, i''m newbie with traffic control. I create a script based in one from Jason Boxman (thx a lot). the upload flow is prioritized well, but when i download from a site, the down flow vary a lot from 25 KB to 4 KB. Before i use this script the downloads are constant between 22 an 25 KB. Perhaps there''s something wrong in my script ? I paste it, thx.