search for: salsman

Displaying 14 results from an estimated 14 matches for "salsman".

Did you mean: malsman
2005 Dec 20
2
need 95% confidence interval bands on cubic extrapolation
...2, 3, 4, 5, 6) millivolts <- c(3.5, 5, 7.5, 13, 40, 58) plot(hour, millivolts, xlim=c(1,10), ylim=c(0,1000)) pm <- lm(millivolts ~ poly(hour, 3)) curve(predict(pm, data.frame(hour=x)), add=TRUE) How can the 95% confidence interval band curves be plotted too? Sincerely, James Salsman P.S. I know I should be using data frames instead of parallel lists. This is just a simple example.
2005 Jun 17
2
adjusted R^2 vs. ordinary R^2
...oint model reliably comparable to the adjusted R^2 of a four-parameter, 100-point model? If such values can't be reliably compared with one another, then what is the reasoning behind adjusting R^2 for degrees of freedom? What are the good published authorities on this topic? Sincerely, James Salsman
2010 Mar 08
1
application to mentor syrfr package development for Google Summer of Code 2010
...on confidence intervals as are between those with and without outlier exclusions in proportion to the confidence that the outliers were reasonably excluded. (Show your R transcript.) 4. Explain the relationship between degrees of freedom and correlated independent variables. Best regards, James Salsman jsalsman at talknicer.com http://talknicer.com
2005 Apr 11
1
glm family=binomial logistic sigmoid curve problem
...ints fall exactly on the simple linear regression line, and the predict() curve is nowhere near any of the data points. What am I doing wrong? What does the warning mean? Do I need more points? I am using R on Windows, Version 2.0.1 (2004-11-15) Thank you for your kind help. Sincerely, James Salsman
2010 Mar 31
1
Speex in flash player: how to work with?
...e.gain = 80; > > > generate frames, which are 10 or 52 bytes long. I try to parse them on C: >... > Maybe I'm doing something wrong? After you take them out of the RTMP encapsulation, you may also need to take them out of the .flv format to get to the speex data. Regards, James Salsman
2005 Apr 23
1
start values for nls() that don't yield singular gradients?
...ow `minFactor' of 0.000976563 And this: > getInitial(y ~ SSgompertz(x,a,b,c),data=data.frame(x=x,y=y)) Error in nls(y ~ cbind(1, 1 - exp(-exp(lrc) * x)), data = xy, start = list(lrc = as.vector(log(-coef(lm(log(abs(y - : singular gradient Thanks for any help. Sincerely, James Salsman
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...from http://speex.org/downloads/ How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version of libspeex in /usr/local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex? At present, here is where I am stuck: ~/src/ffmpeg$ make gcc -L"/home/jsalsman/src/ffmpeg"/libavdevice -L"/home/jsalsman/src/ffmpeg"/libavformat -L"/home/jsalsman/src/ffmpeg"/libavcodec -L"/home/jsalsman/src/ffmpeg"/libavutil -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/lib...
2005 Jun 14
2
ordinary polynomial coefficients from orthogonal polynomials?
How can ordinary polynomial coefficients be calculated from an orthogonal polynomial fit? I'm trying to do something like find a,b,c,d from lm(billions ~ a+b*decade+c*decade^2+d*decade^3) but that gives: "Error in eval(expr, envir, enclos) : Object "a" not found" > decade <- c(1950, 1960, 1970, 1980, 1990) > billions <- c(3.5, 5, 7.5, 13, 40) > #
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
....28 bitrate= 256.0kbits/s video:0kB audio:228kB global headers:0kB muxing overhead 0.018887% ~/flvs$ file foo.wav foo.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 16000 Hz and I am able to play that .wav file as audio correctly. On Wed, Mar 11, 2009 at 10:52 PM, James Salsman <jsalsman at gmail.com> wrote: > I am having trouble compiling ffmpeg to support speex, which didn't > work with the ubuntu libspeex-dev package, but looks like it might > with the Speex version 1.2rc1 tarball from http://speex.org/downloads/ > > How do I tell ffmpeg's...
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex / Flash Player 10 to a Red5 server using the speex coder: http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html http://jira.red5.org/confluence/display/codecs/Speex+Codec Questions: 1. How do I extract the audio track out of such a .flv file? 2. How do I convert it from Speex to .wav PCM? Thanks.
2010 Mar 07
1
category k-means package?
What happened to the category k-means package for performing k-means clustering on categorical variables? I expected it to become more prominent after the Netflix Challenge recommendation engine contest concluded, but instead it seems to have dropped from view. Where was it and where is it now, and why did it become less visible?
2009 Mar 14
0
please promote libspeex1 (speex-1.2rc1) to libspeex on Sarge before end of month
On Fri, Mar 13, 2009 at 1:18 AM, Tzafrir Cohen wrote: > > On Thu, Mar 12, 2009 at 07:23:58PM -0700, James Salsman wrote: >> >> Apparently, on Ubuntu 8.04 LTS (which is based on Sarge, > > Wrong. Ubuntu LTS is not maintained by Debian. Please use the Ubuntu BTS > for problems with its packages. I understand that Ubuntu is not maintained by Debian, but it is based on it. As for the Ubuntu...
2010 Oct 11
1
Response to your LC Comment -2393 on Media Ontology spec
Dear Jean-Marc: Would you please send Thierry an ontology mapping table specification for speex according to the format he links to at the end of his message below? Thank you. On Mon, Oct 11, 2010 at 9:54 AM, Thierry MICHEL <tmichel at w3.org> wrote: > Dear James, > > In your latest email to the MAWG response to your comment, you seem to > disagree with the MAWG proposal. >
2011 Aug 24
0
Speex-dev Digest, Vol 87, Issue 12
rtmplite -- http://code.google.com/p/rtmplite/ -- can be used to record Speex .flv audio and a/v files from Flash/Flex applets, and ffmpeg can be used to extract the Speex audio from such files, which can also be replayed on Flash. > Date: Tue, 23 Aug 2011 14:53:52 -0700 > From: Jozsef Vass <jovass at adobe.com> > > The only way to do this is to publish from Flash Player and