Displaying 7 results from an estimated 7 matches for "lowq".
Did you mean:
low
2005 Jun 20
2
Fallback
...t>
<local-mount>/letsgozik-HiQ-backup</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>a</server>
<port>xxxxxxx</port>
<mount>/letsgozik-LowQ</mount>
<local-mount>/letsgozik-LowQ-backup</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>b</server>
<port>xxxxxxx</port>
<mount>/...
2011 Sep 28
1
removing outliers in non-normal distributions
...notes below in an attempt to answer these questions in
advance.)
Currently we Winsorize using the quantile function to get the new high and
low values to set the outliers to on the high end and low end (this is
summarized legacy code that I am revisiting):
#Get the truncated values for resetting:
lowq = quantile(dat,probs=perc_low,na.rm=TRUE)
hiq = quantile(dat,probs=perc_hi,na.rm=TRUE)
#resetting the highest and lowest values with the truncated values:
dat[lowq>dat] = lowq
dat[hiq<dat] = hiq
What I don't like about this is that it always truncates values (whether
they truly are outl...
2004 Dec 09
2
icecast2 relaying question
I understand there are two types of relays in icecast2. The master
relay which relays everything from a source and a point relay which
relays a specific mount point from a source.
I have a server which has 3 streams. I want to relay 2 of them. How
can I do this?
Can I define two relays and two mountpoints within the xml config file?
Do i do this in the same relay tag:
<relay>
2002 Jun 30
4
bitrate peeling
Hi
I read in http://grahammitchell.net/writings/vorbis_intro.html
> Ogg Vorbis files support "bitrate peeling", which means you can produce
> a lower bitrate file from a higher bitrate file without re-encoding and
> at the same quality as if you'd encoded the file directly into the lower
> bitrate from the original file. No other lossy audio codec currently
> supports
1999 Nov 10
1
read.table problems
Yesterday I asked for help about read.table with a CSV file. I
received the following help. As always many thanks for the prompt
responses. Now I load my csv file in a text editor ( pfe) and delete
all spaces.
My original mail is at the end.
From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk>
Do you have spaces before the commas in your file?
> Yes, number , space,
1999 Nov 10
1
read.table problems
Yesterday I asked for help about read.table with a CSV file. I
received the following help. As always many thanks for the prompt
responses. Now I load my csv file in a text editor ( pfe) and delete
all spaces.
My original mail is at the end.
From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk>
Do you have spaces before the commas in your file?
> Yes, number , space,
2003 Apr 08
6
bitpeeler
No offense, Segher, but the output quality of this thing is awful. =)
I'll disregard the fact that, at least with *my* compiler, the source
tarball I downloaded reduces every packet to zero bytes, which isn't
terribly interesting.
I decided to set the byte reduction to something constant: I started
by dividing each packet's size by 2 just to see what would happen.
The resulting ogg