Displaying 10 results from an estimated 10 matches for "htnet".
Did you mean:
ehtnet
2009 Oct 12
1
flac in xiphqt seemengly behaves incorrectly playing 24bit files
Hello,
upon installing flac1.2.1 and xiphqt0.1.9 component on a mac, 24bit
flac files, whose integrity has been proven and which otherwise decode
and reproduce flawlessly, play in quicktime player with wrong volume,
i.e exactly 2^8 = 256 times too loud.
I guess, the appropriate amplitude scaling routine might have been
accidentally omitted somewhere in the code.
In case this issue goes
2005 Oct 11
10
FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:21.openssl Security Advisory
The FreeBSD Project
Topic: Potential SSL 2.0 rollback
Category: contrib
Module: openssl
Announced: 2005-10-11
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML
2004 Nov 26
2
delphi and speex
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 535 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20041126/b0504c98/attachment.gif
2008 May 17
1
R to exe
hi, is there a way to compile r script , so that it can be run without the R
platform, both on unix and windows
something to create exe file.
thnx
--
View this message in context: http://www.nabble.com/R-to-exe-tp17291121p17291121.html
Sent from the R help mailing list archive at Nabble.com.
2008 Mar 03
0
Routing through LatLng points and other stuff
Hi to all!
Well, I''ve been trying to find a solution to route using known LatLng points
- I already have the location position, all I needed was the actual route,
so I''ve put together an addition to the "mapstraction-route.js". I''ve listed
it below, so maybe it would not be a bad idea to merge it to the trunk...
Also, I have a few other questions regarding
2010 Apr 15
0
debian lenny R GUI instalation problems
hi, i have a problem installing any type of GUI interface on my debian lenny
64x OS, can anybody spare some time to help me?. so i have installed the R
by apt-get and then in R used command :
baxy:~# update-alternatives --config java
There are 3 alternatives which provide `java'.
Selection Alternative
-----------------------------------------------
1 /usr/bin/gij-4.3
2011 Aug 01
3
Beta fit returns NaNs
Hi,
sorry for repeating the question but this is kind of important to me and i
don't know whom should i ask.
So as noted before when I do a parameter fit to the beta distr i get:
fitdist(vectNorm,"beta");
Fitting of the distribution ' beta ' by maximum likelihood
Parameters:
estimate Std. Error
shape1 2.148779 0.1458042
shape2 810.067515 61.8608126
Warning
2011 Jul 29
1
How to interpret Kolmogorov-Smirnov stats
Hi,
Interpretation problem ! so what i did is by using the:
>fit1 <- fitdist(vectNorm,"beta")
Warning messages:
1: In dbeta(x, shape1, shape2, log) : NaNs produced
2: In dbeta(x, shape1, shape2, log) : NaNs produced
3: In dbeta(x, shape1, shape2, log) : NaNs produced
4: In dbeta(x, shape1, shape2, log) : NaNs produced
5: In dbeta(x, shape1, shape2, log) : NaNs produced
6: In
2011 Jul 26
2
Beta distribution- help needed
Hi,
Well, i need some help, practical and theoretical. I am wondering why the
fitdistplus (mle function) is returning an error for this code:
[code]
x1 <- c(100,200,140,98,97,56,42,10,2,2,1,4,3,2,12,3,1,1,1,1,0,0);
plotdist(x1);
descdist(x1, boot =1000);
y<- sum(x1);
d= as.vector(length(x1));
for(i in 1:length(x1)){
d[i] = x1[i]/y;
}
fitdist(d, "beta")
[/code]
Error: