search for: fix2

Displaying 6 results from an estimated 6 matches for "fix2".

Did you mean: fix
2009 Sep 04
2
Nested Fixed Effects - basic questions
...he problem - my question is much more simple. I have data with multiple, nested fixed effects (as I understand it, fixed effects are specified by the experimental design while random effects are measured) and one continuous response variable. All the fixed effects are catagorical. e.g. fix1 fix2 fix3 response 0 0 0 16.260 0 0 0 16.128 0 0 1 22.969 0 0 1 23.245 0 1 0 14.687 0 1 0 14.635 0 1 1 22.954 0 1 1 23.345 1 0 0 19.866 1 0 0 19.589 1 0 1 22.748 1 0 1 22.817 1 1 0...
2006 Jun 23
1
How to use mle or similar with integrate?
Hi I have the following formula (I hope it is clear - if no, I can try to do better the next time) h(x, a, b) = integral(0 to pi/2) ( ( integral(D/sin(alpha) to Inf) ( ( f(x, a, b) ) dx ) dalpha ) and I want to do an mle with it. I know how to use mle() and I also know about integrate(). My problem is to give the parameter values a and b to the
2016 Apr 26
1
[PATCH] image embedding can result in flac file corruption
...rst patch (fix1.patch) adds additional check in /share/grabbag/picture.c/read_file() and removes rather useless check from FLAC__metadata_object_picture_set_data(). It's enough to fix the command-line tools, but I think that it also makes sense to add additional checks into libFLAC library; so fix2.patch adds two checks of metadata block length. -------------- next part -------------- A non-text attachment was scrubbed... Name: fix1.patch Type: application/octet-stream Size: 1753 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20160426/926dc79c/attachme...
2009 Jul 01
2
xen-tools: does not unmount disks and mounts proc into the new VM - why?
Hi! I am using xen-tools version: 3.9-4 to create domUs: 1. time xen-create-image --verbose --dist=lenny --install-source=/mnt/xen-file-images/lenny-64-template-debootstrap-30Jun09-fix2.tar --hostname dummy --ip xxx.xxx.xxx.xxx --force 2. xm create dummy.cfg Then I get the message Device /dev/vg0/dummy-disk is mounted in the privileged domain, and so cannot be mounted by a guest. 3. When I tried to umount, I got "device busy". 4. I am really surprised about the out...
2016 Aug 16
8
RFC: A cross platform way of using shell commands in lit tests
...base-test/b/b.cpp %T/compilation-database-test/b/c.cpp %T/compilation-database-test/b/d.cpp -header-filter=.* -fix // RUN: FileCheck -input-file=%T/compilation-database-test/a/a.cpp %s -check-prefix=CHECK-FIX1 // RUN: FileCheck -input-file=%T/compilation-database-test/a/b.cpp %s -check-prefix=CHECK-FIX2 // RUN: FileCheck -input-file=%T/compilation-database-test/b/b.cpp %s -check-prefix=CHECK-FIX3 // RUN: FileCheck -input-file=%T/compilation-database-test/b/c.cpp %s -check-prefix=CHECK-FIX4 // RUN: FileCheck -input-file=%T/compilation-database-test/include/header.h %s -check-prefix=CHECK-FIX5 This...
2012 Nov 06
3
Fix for vblank on nvc0
The vblank on nvc0 was not working correctly and would freeze X, I managed to track it down and fix it with some help from m.b.lankhorst, see https://bugs.freedesktop.org/show_bug.cgi?id=56692 for details. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/27ceb48e/attachment.html> --------------