Displaying 20 results from an estimated 200 matches similar to: "Curve fitting"
2001 Jul 10
2
watch out for quotes in data files
I have just spent a day trying to determine why I seemed to be unable
to read a file of microarray expression results into R properly. The
file was produced by the Dchip software developed by Li and Wong at
Harvard's Department of Biostatistics. It contains rows of
tab-delimited fields in the order
Probe set identifier
Probe set description
Array 1 expression
Array 1 call
Array 2 expression
2010 Sep 06
3
SAMBA4 kinit fails
I'm trying to test Samba4 as an AD style pdc.
following the instructions at http://wiki.samba.org/index.php/Samba4/HOWTO
at step 9 I get
root at pdc:~# kinit administrator at MYDOMAIN.COM
kinit: Cannot contact any KDC for realm 'MYDOMAIN.COM' while getting initial credentials
root at pdc:~#
and yet
host -t SRV _kerberos._udp.mydomain.com
gives
_kerberos._udp.mydomain.com has
2010 Oct 01
1
how do I setup a second samba4 DC with replication, etc?
I have 1 samba4 server setup as a domain controller for FOO.COM. I want to add
a second for redundancy. I really don't want to mess this up, and I can't find
a clear guide online. Can anyone tell me the proper commands?
Thanks.
-Aaron
2010 Sep 02
1
samba4 eventually stops working
I'm running samba4 from git (latest as of sep 1) on ubuntu 10.4. It's
operating as a PDC, as well as hosting a shared drive.
The last couple days I've noticed that my shared drives will appear as
disconnected, and indeed trying to connect to the server times out. If
I look on the server, there are many (50ish) samba processes all sitting
there sleeping. If I use the init script to
2012 Apr 03
3
filling small gaps of N/A
Hi everybody,
I'm a new R french user. Sorry if my english is not perfect. Hope you'll
understand my problem ;)
I have to work on temperature data (35000 lines in one file) containing some
missing data (N/A). Sometimes I have only 2 or 3 N/A following each other,
but I have also sometimes 100 or 200 N/A following each other. Here's an
example of my data, when I have only small gaps
2006 Dec 11
3
Problems with Mailstorage path.
Hi all,
my environment:
dovecot-1.0.rc15
Fedora Directory Server 1.0.2
Currently I've configured dovecote to find user's mail folder like this:
dovecot.conf
mail_location = maildir:/var/vmail/%d/%u/Maildir
All my domain mailboxes are under /var/vmail, as evident. But there
are some users whose mail folders are directly under /var/vmail like
this one:
/var/vmail/myuser1 at mydomain1.com
2010 Aug 24
3
samba 4 questions (status, roaming profiles, etc)
I'm testing samba 4 (pulling from git) on my ubuntu 10.4 box and have a
bunch of questions I can't seem to find answers for on the web.
1) There is some problem with my roaming profile such that windows
complains and logs me in using my most recently saved profile. I've
tried moving my profile on the server out of the way, but windows
doesn't seem to recreate it. How do I make
2012 Nov 21
4
Function storing error messages in 32 bit R-2.15.2 version
I am using 32 bit R - 2.15.2 version and working on package ltm. The
program does not give me any warning message when I run tpm command for a
dataset. If run tpm command for the same dataset in 64-bit R 2.15.1
version, I get the warning message shown below.
Can someone suggest why is no warning message being generated by 32-bit R?
Or is it being generated but not getting printed? Which function
2024 Jan 30
1
R interpreting numeric field as a boolean field
Incidentally, "didn't work" is not very useful information. Please tell us
exactly what error message or apparently aberrant result you received.
Also, what do you get from:
sapply(your_dataframe, "class")
nrow(your_dataframe)
(as I suspect what you think it is, isn't).
Cheers,
Bert
On Tue, Jan 30, 2024 at 11:01?AM Bert Gunter <bgunter.4567 at gmail.com>
2008 Dec 15
3
R2winbugs : vectorization
I'm new to bugs, so please bear with me. Can someone tell me if the
following two models are doing the same thing? The reason I ask is
that with the same data, the first (based on 4 separate coeffs
a1--a4) takes about 50 secs, while the second (based on a vectorized
form, a[]) takes about 300. The means are about the same, though
R-hat's in the second version are quite a bit better.
2024 Jan 30
1
R interpreting numeric field as a boolean field
Hi Bert,
Below the information you asked me for:
nrow(mydataset)
[1] 2986276
########
sapply(mydataset, "class")
$`Transit Date`
[1] "POSIXct" "POSIXt"
$`Market Segment`
[1] "character"
$`N?mero de Tr?nsitos`
[1] "numeric"
$`Tar No`
[1] "character"
$`Beam Range (Operations)`
[1] "character"
$`Operational Vessel Ranges
2002 Jan 19
3
Interactive RC3 quality analysis graphs
This is the new page after the first feedback round:
http://audio.sinderman.com/
Comments? Conclusions? Developers feedback?
Can someone ABX 60.wav with 60.ogg -q 0?
Cheers, AGS.
P.S. Garf/Erik, I have included some comments from EAQUAL's author.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2017 Apr 10
2
133 kbps stereo killer sample
Hello! I found a sample I can ABX successfully when encoded at
133.333 kbps. I was targetting 1 MB/min.
https://drive.google.com/drive/folders/0B8KWShoIrA1kQzR1Z0FFRUlfcEU
floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by
Floex, downloaded from http://store.floex.cz/album/zorya
floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav
floex-133.opus`,
2017 Aug 29
0
help with read.csv() for files with different number of columns
Hi Ace,
You can just read the file first to find out:
max_fields<-function(file,sep=" ") {
rlines<-readLines(file)
return(max(unlist(lapply(sapply(rlines,strsplit,sep),length))))
}
nmax<-max_fields(test.txt,"\t")
Jim
On Wed, Aug 30, 2017 at 2:22 AM, Fix Ace <acefix at rocketmail.com> wrote:
> Thank you very much! Looks like I have to know the length of
2003 Mar 01
12
encrypt authentication credentials with payload in the clear?
Is it possible to use encryption only for authenticate and
then switch to no encryption? I've looked at the code for
OpenSSH 3.5p1, cipher.c, and it looks like the answer is
no, at least for protocol 1. However, I cannot tell if that
is a deliberate design limitation of the implementation or
if it is inherent in ssh protocol 2.
My dilemma is a customer who wants to use their network IDS
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is
very good at re-encoding own lossy sound.
let's test Opus!
neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a
neroaacdec.exe -if 001.m4a -of aac001.wav
wavdiff.exe 000.wav aac001.wav
Comparing 000.wav - aac001.wav...
Max diff: -17.3867dB
RMS diff: -33.0851dB
Mean diff: -32.4582dB
opusenc.exe --bitrate 512 "000.wav" 001.opus
opusdec.exe 001.opus
2016 May 18
2
LLVM issuse:AArch64 TargetParser
Hi,
A64 versus A32/T32 code generation is controlled by the -target option which I don’t believe is under discussion here.
James
On 18 May 2016, at 13:17, Bruce Hoult <bruce at hoult.org<mailto:bruce at hoult.org>> wrote:
Note that armv8a modifies the A32 and T32 instruction sets, and is therefore an important -march option for 32 bit code. Therefore armv8a can not be used to imply
2022 Oct 30
3
Looking for users of --keep-foreign-metadata
Hi all,
Currently I'm looking for users of the --keep-foreign-metadata feature
of FLAC. There has been some improvement of this feature in FLAC
1.4.0. Since 2007 there has been a warning in FLAC that
--keep-foreign-metadata is a new feature. I think removal of this
warning is long overdue, but there are still some issues surrounding
it.
So, if there are users of this feature on the mailing
2002 Jan 12
1
RC3 killer sample?
I was able to ABX 60.wav from the lame samples up to q=5.9 (13/16 tries at
that quality level). I failed to ABX it at q=6.0 (8/16).
The sample exhibits a pumping artifact; a "fluttering", if you will, of the
amplitude. The effect becomes more pronounced as quality setting / bitrate
decreases.
Any thoughts?
Also - if anyone replies to this, could you CC me a copy? I'm not on the
2009 Apr 15
2
Backspace in strings and patterns
Interesting. Not what I expected. This is Ruby 1.8.6.
> irb
irb(main):001:0> str = "abx\bc"
=> "abx\bc"
irb(main):002:0> str.length
=> 5
irb(main):003:0> s = str.sub(/.\b/, '''')
=> "ab\bc"
irb(main):004:0> s.length
=> 4
irb(main):005:0> s = str.sub(/.\x08/, '''')
=> "abc"