Displaying 7 results from an estimated 7 matches for "unclipped".
Did you mean:
clipped
2006 Jun 14
2
lmer binomial model overestimating data?
...tapply(tfb, list(reg:nutrient:amd),
+ mean ) ),
+ Fitted.Estimates=with(dat.tb2,
+ tapply(fitted, list(reg:nutrient:amd),
+ function(x) unlogitH(mean(x)) ) ) ))
Raw.Data Fitted.Estimates
SW:1:unclipped 0.50877 0.69520
SW:1:clipped 0.41304 0.43669
SW:8:unclipped 0.67273 0.85231
SW:8:clipped 0.52830 0.66233
NL:1:unclipped 0.88889 0.81887
NL:1:clipped 0.53571 0.60578
NL:8:unclipped 0.96552 0.98830
NL:8:clipped 0.96154...
2003 Nov 24
1
libogg 1.1 test failure on alpha
libogg 1.1's included regression tests ("make check") fail at least
on alpha:
--------------->
./test_bitwise
Small preclipped packing (LSb): ok.
Null bit call (LSb): ok.
Large preclipped packing (LSb): ok.
32 bit preclipped packing (LSb): ok.
Small unclipped packing (LSb): ok.
Large unclipped packing (LSb): ok.
Single bit unclipped packing (LSb): ok.
Testing read past end (LSb): ok.
Small preclipped packing (MSb): looked at incorrect value!
<---------------
i386 completes fine. I haven't tried any BE machines yet.
--
Christian "naddy&...
2012 Mar 01
14
[PATCH 0 of 3] RFC Paging support for AMD NPT V2
There has been some progress, but still no joy. Definitely not intended for
inclusion at this point.
Tim, Wei, I added a Xen command line toggle to disable IOMMU and P2M table
sharing.
Tim, I verified that changes to p2m-pt.c don''t break shadow mode (64bit
hypervisor and Win 7 guest).
Hongkaixing, I incorporated your suggestion in patch 2, so I should add your
Signed-off-by eventually.
2000 Sep 03
1
Clipping problem
Hi.
Today most modern CDs are recorded using maximum volume (so that it grabs
more of your attention when the song is being played on the radio - even
though this destroys the dynamic range). Anyway lossy audio codecs can
introduce clipping - audio distortion when the sound hits maximum peak
value, so I thought I should ask if Vorbis has this solved?
--- >8 ----
List archives:
2010 Mar 15
1
Multiple comparisons for a two-factor ANCOVA
...clip:plot)
I'd like to get some multiple comparisons like the ones from TukeyHSD, but
TukeyHSD doesn't work with the covariate. I've tried using glht() in the
multcomp package, but I'm not sure how to get it to give me the TukeyHSD for
all the interactions (i.e. clipped:plotA vs. unclipped:plotA, etc). It
seems as if I can only specify one factor or the other, and it gives me a
warning about there being interactions.
glht(model3, linfct=mcp(plot="Tukey"))
General Linear Hypotheses
Multiple Comparisons of Means: Tukey Contrasts
Linear Hypotheses:...
2012 Nov 09
0
Wine release 1.5.17
...msvcp90: Destroy string returned by basic_stringbuf_char_str_get.
msvcp: Fixed uninitialized variable access in num_get::_Getffld and _Getifld functions.
msvcp60: Fixed basic_streambuf class structure.
Rafa? Mu?y?o (2):
gdiplus: Fix logic of treating the region of a string as unclipped.
gdiplus: Mark regions as unclipped correctly.
Sam Edwards (6):
opengl32: Fix outline-font glyphs rendering with incorrect front faces.
opengl32: Implement wglUseFontOutlines curve smoothing.
d3d9/tests: Add test for IDirect3DDevice9_Reset with BackBufferWidth/Height = 0....
2011 Sep 23
0
Wine release 1.3.29
...rmat typedef.
winex11: Implement the CreateBitmap entry point in the XRender driver.
winex11: Use the physdev picture directly for the SRCCOPY XRender optimization.
winex11: Disable the XRender StretchBlt implementation if XRender wasn't loaded.
winex11: Use the original unclipped coordinates for XRender blits to avoid rounding errors.
vbscript: Fix a memory allocation size to avoid overflows.
widl: Include string formats in the element description for complex arrays.
widl: Make the function return value a variable.
widl: Pass variables around instead...