Displaying 20 results from an estimated 900 matches similar to: "listening experiment"
2009 Jun 01
2
celtenc two channels
Hi,
To enable stereo in celtenc do I need to change anything other than
#define CHANNELS 1
to
#define CHANNELS 2
The reason is after I do this the audio sounds distorted. Please let me
know if I need to do anything else or whether I need to investigate
what's happening at my end further.
Paul.
2006 Sep 21
1
Foreign SID's and winbind use default domain
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
In the Samba HOWTO (ch. 24 section 24.3.2) is written
"When winbind is used, the default condition is
that the local user george will be treated as the account DOMAIN\george
and the foreign (non-member of the domain) account will be treated as
MACHINE\george because each has a different SID."
I have enable 'winbind use default
2004 Dec 13
3
Advice on parsing formulae
Dear list
I would like to be able to group terms in a formula using a function that I
will call tvar(), eg. the formula
Y ~ 1 + tvar(x:A) + tvar(z) + u + tvar(B) + tvar(poly(v,3))
where x,u and v are numeric and A and B are factors - binary, say.
As output, I want the model.matrix as if tvar had not been there at all. In
addition, I would like to have information on the grouping, as a vector
2006 Nov 20
1
Winbindd and idletimeout on the LDAP server
Hi
We have a problem with samba (winbind) when we enable idletimeout on the
OpenLDAP servers. If it is set we sometimes get an error:
mhansen@scenic32:~> smbclient -Umhansen //cups/p6
Password:
session setup failed: NT_STATUS_IO_TIMEOUT
The log entries (log.wb-DOMAIN)on the DOMAIN MEMBER server (cups in this
case) are:
[2006/11/20 14:24:07, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
2004 Nov 09
1
StructTS (PR#7353)
Dear R-bugs
I have been studying the StructTS function (in package 'stats') and
functions supplied with it. I think I have found a few minor bugs in the
documentation.
I am referring to the version of StructTS supplied with the release R 2.0.0.
Output from 'version'
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2005 Dec 01
1
Kalman Smoothing - time-variant parameters (sspir)
Dear R-brains,
I'm rather new to state-space models and would benefit from the extra
confidence in using the excellent package sspir.
In a one-factor model, If I am trying to do a simple regression where
I assume the intercept is constant and the 'Beta' is changing, how do
I do that? How do i Initialize the filter (i.e. what is appropriate to
set m0, and C0 for the example below)?
2004 Sep 10
3
Improving on Rice coding
Hello,
I am the author of the Bonk audio compression program... i've just been
looking at your comparrison table, and i noticed bonk gets marginally
better compression than Flac on some files (actually i was
rather surprised to see bonk on the list at all, it's not exactly high
profile :-) ).
Bonk in lossless mode is a pretty naive implementation of a predictive
coder, so the main
2004 Aug 11
0
New package: eba
I have recently uploaded a new package to CRAN called eba,
which stands for elimination-by-aspects models.
It allows for fitting and testing probabilistic choice models,
especially the BTL model (Bradley & Terry, 1952; Luce, 1959),
elimination-by-aspects (EBA) models (Tversky, 1972), and
preference tree (Pretree) models (Tversky & Sattath, 1979).
I believe that the functions in this
2004 Aug 11
0
New package: eba
I have recently uploaded a new package to CRAN called eba,
which stands for elimination-by-aspects models.
It allows for fitting and testing probabilistic choice models,
especially the BTL model (Bradley & Terry, 1952; Luce, 1959),
elimination-by-aspects (EBA) models (Tversky, 1972), and
preference tree (Pretree) models (Tversky & Sattath, 1979).
I believe that the functions in this
2006 Sep 23
1
really irregular time series
I built some reasonably successful tools in a graphical database for
reconstructing the developmental turning points for feedback loop driven
natural processes. I'm trying to move it to R and am having
difficulty with the very basics, i.e. a) defining time series using time
as a natural number rather than a place in a table. I was also hoping
b) someone might have built some of the
2004 Nov 11
2
Row labels are skewed in 'heatmap' (PR#7358)
Full_Name: Peter Fischer Hallin
Version: Version 1.8.1
OS: Irix64
Submission from: (NULL) (130.225.67.236)
I've made a script look like this:
exp <- read.table("graph/1933672048.cluster.data")
exp <- as.matrix(exp)
postscript("graph/1933672048.cluster.data.ps")
heatmap(exp,scale="none",cexCol=0.4,cexRow=0.2,col=custom,margins=c(5,5))
The row labels
2006 Dec 01
0
Samba and connections to LDAP timeout
Hi
We have an all SAMBA Domain (all samba-3.0.23d) running with two
OpenLDAP servers (2.3.27).
We experience quite a few NT_STATUS_IO_TIMEOUTs when using smbclient.
Windows clients just experience delays (up to several minutes).
I've done some debugging:
On the client i issue:
smbclient -Umhansen //lfs1/mhansen
lfs1 is a domain member server.
On lfs1 (log level 10) i get the following in
2004 Sep 10
2
Improving on Rice coding
On Sun, 27 Apr 2003, Josh Coalson wrote:
>
> Paul, cool to see you here... I thought bonk was in limbo
> since I couldn't even see the homepage for a while.
>
There's a reason that web server is called yoyo...
Bonk was a neat idea that turned out to be not too practical, so i haven't
been working on it much.
>
> I actually did study bonk a little when I discovered
2004 Sep 10
0
Improving on Rice coding
--- Paul Harrison <pfh@mail.csse.monash.edu.au> wrote:
> Hello,
>
> I am the author of the Bonk audio compression program... i've just
> been
> looking at your comparrison table, and i noticed bonk gets marginally
> better compression than Flac on some files (actually i was
> rather surprised to see bonk on the list at all, it's not exactly
> high
>
2011 Jun 18
1
Trouble with Paste and Quotes and List Objects
Dear R Helpers,
I have a list that contains a number of objects, each of them financial
statement data from quantmod (although I don't think that knowledge of
quantmod is necessary to help with this problem).
> str(listfinobj)
chr [1:4815] "A.f" "AA.f" "AACC.f" "AAME.f" "AAN.f" "AAON.f" "AAP.f"
"AAPL.f"
2009 Feb 17
2
How to connect R and WinBUGS/OpenBUGS/LinBUGS in Linux in Feb. 2009
Hi all,
I've managed to get JAGS working on my Ubuntu Hardy Linux with a 32-bit
computer and AMD processors using R 2.8.1. JAGS is great. I've read that
JAGS is the fastest, but that hasn't been my experience. At any rate, I
have more experience with WinBUGS under Windows and would like a version of
that working as well.
It seems like I've read a lot on the subject and tried a
2017 Mar 20
1
outer not applying a constant function
> Or is this a bad idea?
I don't like the proposal. I have seen code like the following (in
fact, I have written such code, where I had forgotten a function was
not vectorized) where the error would have been discovered much later
if outer() didn't catch it.
> outer(1:3, 11:13, sum)
Error in outer(1:3, 11:13, sum) :
dims [product 9] do not match the length of object [1]
1999 Jun 07
1
Re:
move or copy the directories mass, nnet and class to the library directory
- then execute link.html.help()
Now execute library(MASS) and data(petrol)
Should work.
"Troels Ring"