search for: _when

Displaying 16 results from an estimated 16 matches for "_when".

Did you mean: when
2010 Oct 02
3
Non-Parametric Adventures in R
...) I had more success creating new variables based on the old ones. So I end up with yes/no answers to drug usage for (i in 24:56) { X[,i+173] <- ifelse(X[,i] >0,c(1),c(0)) } I'd like to have been able to make a new variable name based off of the old variable name (i.e. dropping "_when" from the end of each and replace it with "_yn") --------------------------------------------------------------------------------------------------- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
2018 Oct 04
2
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
...m BellHons BSc Candidate (Biology and Mathematics)BA Candidate (Philosophy)McMaster University # Hi,#?#?# I just noticed the following bug:# ??# ? When we draw a random sample using the function stats::rnorm, there?# should be not auto-correlation in the sample. But their is some?# auto-correlation _when the sample that is drawn is small_.#?# I describe the problem using two functions:# ??# ? DistributionAutocorrelation_Unexpected which as the wrong behavior :?# ? _when drawing some small samples using rnorm, there is generally a?# strong negative auto-correlation in the sample_.#?# and#?# Distribu...
2018 Oct 04
2
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
...m BellHons BSc Candidate (Biology and Mathematics)BA Candidate (Philosophy)McMaster University # Hi,#?#?# I just noticed the following bug:# ??# ? When we draw a random sample using the function stats::rnorm, there?# should be not auto-correlation in the sample. But their is some?# auto-correlation _when the sample that is drawn is small_.#?# I describe the problem using two functions:# ??# ? DistributionAutocorrelation_Unexpected which as the wrong behavior :?# ? _when drawing some small samples using rnorm, there is generally a?# strong negative auto-correlation in the sample_.#?# and#?# Distribu...
2002 Feb 11
4
Seeking in a saved stream; or,Why isn't thatsucker valid?
...ime=3044:52 <----------------- what winamp also thinks. E:\> ---------------------------------- While this looks allright, there appears to be some errors: Obviously playtime/total lenght is way up. (true time is 1.50) Average bitrate was reported 96kbps in winamp _when recording_, but 88kbps when playing. (Filesize is 1 501 963 bytes.) Seeking causes the track to restart except when seeking to the very end, which will play the last piece (packet?) of the stream. Odd. On two other (much shorter) samples, oggenc went wild and filled the console just like Steph...
2018 Oct 05
2
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
On 05/10/2018, 09:45, "R-help on behalf of hmh" <r-help-bounces at r-project.org on behalf of hugomh at gmx.fr> wrote: Hi, Thanks William for this fast answer, and sorry for sending the 1st mail to r-help instead to r-devel. I noticed that bug while I was simulating many small random walks using c(0,cumsum(rnorm(10))). Then the negative
2006 Jun 23
1
Best practices in test logging
...I try to make application methods as short and clean as possible. And that means (almost) no logging in the application itself. Only some really uncommon/strange/error situations have logging statements. 4. Use log when necessary, remove when no longer needed All the introspection I do _when needed_ in tests. And that means removing logging statements from tests as soon as they are not needed - when test passes. Do you have any thoughts or suggestions to improve my test environment? I put my test_helper.rb here: http://textsnippets.com/posts/show/522 Regards, -- ?ukasz Pies...
2010 Jun 17
0
Administrivia: git problem
...ty Git repository in /tmp/libguestfs/.git/ remote: Counting objects: 13903, done. remote: Compressing objects: 100% (3093/3093), done. Receiving objects: 19% (2642/13903), 1.33 MiB | 52 KiB/s It always stops at the same place. The particularly strange thing is, it always stops at the same place _when I run it on the git server itself_. The problem appears to be something related to the virtual eth0 on that machine, possibly MTU related, but I'm still looking into it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests...
2012 May 16
1
mount.cifs Is it possible to have a file owned by the user who creates the file?
Hi e.g. mount.cifs //192.168.1.6/reports /mnt -o rw,setuids,nodev,user=steve2 Any file created in the share is always owned by steve2 (or the person who mounted the share). According to man cifs(8), the setuids overrides this but doesn't seem to work for us. We'd like it to be the same behavior as nfs if that's possible. Version 4.0.0alpha21-GIT-46a41d0 with s3fs Cheers, Steve
2005 Apr 16
1
Accessor not set
...se belongs_to :genre end class Genre < ActiveRecord::Base has_many :bands end In the list.rhtml, when I do: <% for band in @bands %> <td><%=h band.genre.name%></td> </tr> <% end %> it gives me: _undefined method `name'' for nil:NilClass _When I do: band.genre.inspect I get: #<Genre:0x86fb610 @attributes={"name"=>"Rock", "id"=>"1"}> So the name attr is there. I just can''t access it because seemingly there''s no accessor. Which is weird, because Rails should have defin...
2014 Jul 16
2
syslinux and partition support
[This email is either empty or too large to be displayed at this time]
2014 Jun 23
1
isohybrid has 2 variants
...is provided. The names of these files match the pattern isohdpfx*.bin and are to find in SYSLINUX directory ./mbr or installed as e.g. /usr/lib/syslinux/isohdpfx.bin. But in ./mbr (Syslinnux-407) I find three files isohdpfx{,_c,_f}f.bin so whare are their respective differences and/or use cases? _When you write just before the UEFI title: The result needs no further treatment by isohybrid tools. I understand that means that after xorriso -as <options> CD_root there is no need to run isohybrid <options> ouput.iso as output. ios is aleady hybrid. Is that right? _More generally, givin...
2015 May 01
2
[LLVMdev] [cfe-dev] What does "debugger tuning" mean?
...not LLDB" or in other words "on for GDB only." "not LLDB" wouldn't be "on for GDB only" (it'd be "on for GDB and SCE" given the current debuggers) Poorly phrased on my part. The "not Darwin" part would become "not LLDB" and _when combined with the existing "not SCE" part_ could be refactored into "on for GDB only." Re extra artificial entries, the specific example being variables for local anonymous unions: I was inclined to just say it's a debugger bug and only enable the workaround when targeting...
2014 Jun 22
5
isohybrid has 2 variants
> Hi, > > > All the "isohybrid.exe" I know of are based on the Perl variant. > > I just got one from > http://www.filewatcher.com/m/isohybrid.exe.39568-0.html > > Its strings seem not to stem from isohybrid.pl. > > Digging in slitaz source brought a shell script (that would be > variant #5 then): >
2015 Oct 29
6
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 03:51:58PM -0700, Andy Lutomirski wrote: > On Wed, Oct 28, 2015 at 9:12 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > On Wed, Oct 28, 2015 at 11:32:34PM +0900, David Woodhouse wrote: > >> > I don't have a problem with extending DMA API to address > >> > more usecases. > >> > >> No, this isn't an
2015 Oct 29
6
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 03:51:58PM -0700, Andy Lutomirski wrote: > On Wed, Oct 28, 2015 at 9:12 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > On Wed, Oct 28, 2015 at 11:32:34PM +0900, David Woodhouse wrote: > >> > I don't have a problem with extending DMA API to address > >> > more usecases. > >> > >> No, this isn't an
2015 May 01
6
[LLVMdev] What does "debugger tuning" mean?
This is basically a reboot of the previous thread titled About the "debugger target" except that "target" was really too strong a term for what I had intended to use this feature for. "Debugger tuning" is more like it. You don't need to have read the previous thread, I'll recap here. Fundamentally, Clang/LLVM uses DWARF as the specification for the