similar to: gradually switching regression

Displaying 20 results from an estimated 100 matches similar to: "gradually switching regression"

2009 Aug 21
1
applying summary() to an object created with ols()
Hello R-list, I am trying to calculate a ridge regression using first the *lm.ridge()* function from the MASS package and then applying the obtained Hoerl Kennard Baldwin (HKB) estimator as a penalty scalar to the *ols()* function provided by Frank Harrell in his Design package. It looks like this: > rrk1<-lm.ridge(lnbcpc ~ lntex + lnbeerp + lnwinep + lntemp + pop, subset(aa,
2016 Sep 05
2
[supermin][PATCH] Fix rpm/zypper detection on openSUSE Tumbleweed
Fix supermins rpm/zypper detection on openSUSE Tumbleweed Newer version of openSUSE does not use /etc/SuSE-release anymore. Search for the new /etc/SUSE-brand in addition. --- diff --git a/src/rpm.ml b/src/rpm.ml index a5dc67a..400efbd 100644 --- a/src/rpm.ml +++ b/src/rpm.ml @@ -39,7 +39,10 @@ let fedora_detect () =  let opensuse_detect () =    Config.rpm <> "no" &&
2012 Jul 15
3
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Dear llvm developers, I am trying to run clang assembler to use avx instructions on Mac. I use gcc 4.7.1 to generate .s files from .c files. I can assemble foo.s by clang -c -x assembler foo.s to get foo.o but clang -c -x assembler foo_long.s fails with $clang -x assembler foo_long.s foo_long.s:27:2: error: invalid instruction mnemonic 'vcvttsd2siq' vcvttsd2siq %xmm0,
2012 Jul 18
2
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi all, Thanks for response. Will this be fixed sometime soon? Is there anything I can do to make it work in my copy of the latest llvm source? Best, Nobu 2012/7/17 jj <h59213 at rtrtr.com>: > 片山 伸彦 <nobu.katayama <at> ipmu.jp> writes: > >> >> Dear llvm developers, >> >> I am trying to run clang assembler to use avx instructions on Mac. >>
2012 Jul 16
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
片山 伸彦 <nobu.katayama <at> ipmu.jp> writes: > > Dear llvm developers, > > I am trying to run clang assembler to use avx instructions on Mac. > > I use gcc 4.7.1 to generate .s files from .c files. I can assemble foo.s by > > clang -c -x assembler foo.s > > to get foo.o but > > clang -c -x assembler foo_long.s > > fails with > >
2016 Sep 05
0
Re: [supermin][PATCH] Fix rpm/zypper detection on openSUSE Tumbleweed
Hi Felix, On Monday, 5 September 2016 11:25:58 CEST Felix Schnizlein wrote: > Fix supermins rpm/zypper detection on openSUSE Tumbleweed > > Newer version of openSUSE does not use /etc/SuSE-release anymore. > Search for the new /etc/SUSE-brand in addition. > --- See the series I posted few days ago about this: https://www.redhat.com/archives/libguestfs/2016-August/msg00223.html
2006 Apr 07
0
[Fwd: Re: [RFC][PATCH] allow dom0 to power off machine using ACPI on shutdown.]
Ewan, Keir seems to think this patch is OK. I tested it on an Intellistation A Pro for x86_64 and it works for me. I think it is low risk because it''s executed at the end of the shutdown process. Please apply. http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00223.html _______________________________________________ Xen-devel mailing list
2012 Jul 19
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi Nobu, > Thanks for response. Will this be fixed sometime soon? did you open a bug report? > Is there anything I can do to make it work in my copy of the latest llvm source? Are you sure that vcvttsd2siq %xmm0, %rax is correct and this isn't a gcc bug? Ciao, Duncan. > > Best, > Nobu > > 2012/7/17 jj <h59213 at rtrtr.com>: >> 片山 伸彦
2012 Sep 04
1
Gradually adjust NTP sync over time?
Suppose you have server A and server B. Server B is running 60 seconds too fast, while server A is accurate. Is there a way to gradually move server B's time back into sync with server A, without making a drastic, immediate change to the clock? In other words, we would like to 'smear' the difference across several hours or days to ensure there are no drastic changes in timestamps,
2009 Nov 08
3
MCMC gradually slows down
Hello, I have written a simple Metropolis-Hastings MCMC algorithm for a binomial parameter: MHastings = function(n,p0,d){ theta = c() theta[1] = p0 t =1 while(t<=n){ phi = log(theta[t]/(1-theta[t])) phisim = phi + rnorm(1,0,d) thetasim = exp(phisim)/(1+exp(phisim)) r = (thetasim)^4*(1-thetasim)^8/(theta[t]^4*(1-theta[t])^8) if(runif(1,0,1)<r){ theta[t+1] = thetasim }
1998 May 28
0
Windows NT 5.0 and Samba 1.9.18p03
Does someone know how to connect from Windows NT 5.0 to Unix box via samba? The same way of Windows 98 doesn't work at all. I use Windows 98 and there is no problem to connect Unix. Apparently they use the different way to use the plain text password. Thanks, Hiro Katayama Radiation Effects Research Foundtion Hiroshima, JAPAN
2008 Apr 03
12
[Bug 15344] New: Gradual Performance Decline With Nouveau Driver
http://bugs.freedesktop.org/show_bug.cgi?id=15344 Summary: Gradual Performance Decline With Nouveau Driver Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2020 Oct 09
0
Wine release 5.19
The Wine development release 5.19 is now available. What's new in this release (see below for details): - Wine Mono engine updated to 5.1.1, with WPF text formatting support. - KERNEL32 library converted to PE. - DSS cryptographic provider. - Windowing support in the new console host. - A number of exception handling fixes. - Various bug fixes. The source is available from the
2008 Nov 21
0
Wine release 1.1.9
The Wine development release 1.1.9 is now available. What's new in this release (see below for details): - A large number of regression test fixes. - Performance improvements in memory management. - Improved POP3 support in inetcomm. - Initial implementation of the XInput DLL. - Various bug fixes. The source is available from the following locations:
2018 Mar 02
0
Wine release 3.3
The Wine development release 3.3 is now available. What's new in this release (see below for details): - Beginnings of Vulkan support. - Direct3D multi-threaded command stream enabled by default. - Multisample textures enabled by default. - Support for game controllers through SDL. - Support for loading CIL-only .Net binaries. - Various bug fixes. The source is available from the
2008 Nov 07
0
Wine release 1.1.8
The Wine development release 1.1.8 is now available. What's new in this release (see below for details): - Substantial parts of inetcomm implemented (for Outlook). - Still better crypt32 support. - Memory management improvements. - Theming support for buttons. - Various bug fixes. The source is available from the following locations:
2010 May 21
0
Wine release 1.2-rc1
The Wine development release 1.2-rc1 is now available. This is the first release candidate for Wine 1.2. It marks the beginning of the code freeze period. Please give this release a good testing to help us make 1.2 as good as possible. What's new in this release (see below for details): - Many new toolbar icons. - Support for alpha blending in image lists. - Much more complete shader
2008 Sep 05
0
Wine release 1.1.4
The Wine development release 1.1.4 is now available. What's new in this release (see below for details): - Substantial chunks of WinHTTP are implemented. - More JavaScript support. - Beginnings of shell AppBar implementation. - Several fixes for Google Chrome support. - Chinese translations. - Various bug fixes. The source is available from the following locations:
2008 Sep 19
0
Wine release 1.1.5
The Wine development release 1.1.5 is now available. What's new in this release (see below for details): - Substantial JavaScript implementation. - Partial support for layered windows. - Support for Unicode file export in Regedit. - Proper exception handling in widl-generated code. - Asynchronous requests and cookies support in WinHTTP. - Various bug fixes. The source is
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
flight 17454 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/17454/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 Regressions which are regarded as allowable (not blocking): test-amd64-i386-qemut-rhel6hvm-amd 7 redhat-install fail