search for: amateurish

Displaying 20 results from an estimated 24 matches for "amateurish".

2004 Dec 26
2
Prosodic/phonetic analysis with R
Hi Folks, I'm interested in looking (in a beginner's amateurish way) at prosodic/phonetic analysis of recorded speech. In particular I would want to use R to formulate and evaluate specific models. So I would like to ask R people for their recommendations for a program which would a) Take as input a sound file in one of the common formats (".wav&quot...
2007 Nov 09
2
Helpers and URL Rewriting
...might not be complete, is that the right assumption? Anyway, I hope this is the best way to let you know these sorts of things. All is pretty quiet on the bug tracker and here on the mailing list so I''m guessing some of you are communicating directly. My ruby skills are still pretty amateurish so doubt I''ll be able to contribute any code but if this sort info is of help then maybe I''ll be able to help with some testing. Cheers, Jon
2005 May 20
1
Memory question on R
Dear all, Apology for posting this amateurish question. I am running R version 2.1.0 on Windows XP for a simulation exercise. Seemingly, I've encountered memory allocation problem during the recursive procedure. I've looked at the help section called ?Memory() and ?memory.limit(), and ?memory.size but the comamands seem to refer to U...
2018 May 03
1
MCMCglmm - metric of the estimates
Hi, my question is probably amateurish but I can't seem to find the answer anywhere. In what metric are the MCMCglmm package's posterior means for family = "categorical"? I suppose that they can't be odds ratios and probabilites as my numbers are outside their bounds. So I'm thinking ? are they just basic reg...
2012 May 02
1
SELinux prevents my PHP script from sending mail
Hello all... I maintain an amateurish email list for my wife's website on my CentOS 6 server. Once-a-month, she sends mail to "mylistaddr at mydomain.com" and the /etc/aliases file redirects that to my script: mylistaddr: "| /usr/bin/php-cgi /var/www/html/mydomain/email-cgi.php" The script, in turn, reads the...
2018 Apr 06
0
Obtain gradient at multiple values for exponential decay model
...the appropriate functions/syntax to read further ("curiosity"), not the answer (indeed, "homework"). :) > > Personal curiosity should be considered "homework". Besides symbolic differentiation, there is also the option of numeric differentiation. Here's an amateurish attempt: myNumDeriv <- function(x){ (exp( predict (graphmodeld, newdata=data.frame(t=x+.0001))) - exp( predict (graphmodeld, newdata=data.frame(t=x) )))/ .0001 } myNumDeriv(c(100, 250, 350)) David Winsemiu...
2018 Apr 06
3
Obtain gradient at multiple values for exponential decay model
...unctions/syntax to read further ("curiosity"), not the answer (indeed, "homework"). :) >> >> Personal curiosity should be considered "homework". > > Besides symbolic differentiation, there is also the option of numeric differentiation. Here's an amateurish attempt: > > myNumDeriv <- function(x){ (exp( predict (graphmodeld, newdata=data.frame(t=x+.0001))) - > exp( predict (graphmodeld, newdata=data.frame(t=x) )))/ > .0001 } > myNumDeriv(c(100, 250,...
2018 Apr 06
2
Obtain gradient at multiple values for exponential decay model
> Sent: Friday, April 06, 2018 at 5:55 AM > From: "David Winsemius" <dwinsemius at comcast.net> > > > Not correct. You already have `predict`. It is capale of using the `newdata` values to do interpolation with the values of the coefficients in the model. See: > > ?predict > The ? details did not mention interpolation explicity; thanks. > The
2009 Jun 30
1
Clearing out or reclaiming memory
...close and then restart R, read in the same data again and run with the new reduced number of factors. My thinking was that, if I could reclaim the memory held by the already read data files, keeping only the result of the rbind process, I could avoid the duplication. I have therefore tried (very amateurishly) to reset the read data to zero using: Read_data_1=(0) Read_data_2=(0)... etc Followed by: gc() However this doesn't get solve the problem. Is there a better way of getting R to "forget" the data tables it was holding and free up the memory? For info: I am also specifying colC...
2006 Dec 27
2
proposal: allowing alternative variance estimators in glm/lm
There has been recent discussion about alternatives to the model-based standard error estimators for lm. While some people like the sandwich estimator and others don't, it is clear that neither estimator dominates the other for any sane loss function. It is also worth noting that the sandwich estimator is the default for t.test(). I think it would be useful for models using other
2006 Oct 08
1
Plugins
...le the window frame on and off. This was my first plugin and it is one I use a lot. http://home.comcast.net/~moppsy/compiz/border.c http://home.comcast.net/~moppsy/compiz/border.schemas http://home.comcast.net/~moppsy/compiz/Makefile.border I have been reluctant to post these here because of my amateurishness, but I figured what the hell. I would be particularly interested in any thoughts or suggestions. Enjoy or discard, but please let me know what you think.
2010 Dec 20
7
DO NOT REPLY [Bug 7876] New: please implement o_direct
https://bugzilla.samba.org/show_bug.cgi?id=7876 Summary: please implement o_direct Product: rsync Version: 3.1.0 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: costinel at gmail.com QAContact:
2018 Apr 07
0
Obtain gradient at multiple values for exponential decay model
...x to read further ("curiosity"), not the answer (indeed, "homework"). :) >>> >>> Personal curiosity should be considered "homework". >> >> Besides symbolic differentiation, there is also the option of numeric differentiation. Here's an amateurish attempt: >> >> myNumDeriv <- function(x){ (exp( predict (graphmodeld, newdata=data.frame(t=x+.0001))) - >> exp( predict (graphmodeld, newdata=data.frame(t=x) )))/ >> .0001 } >> myNum...
2008 Jun 20
1
Unexpected Behavior (potentially) in t.test
...stderr < 10 * .Machine$double.eps * max(abs(mx), abs(my))) stop("data are essentially constant")" but only found one instance, http://tolstoy.newcastle.edu.au/R/e2/help/07/06/18179.html, but the discussion there did not seem particularly helpful. I've included all of my code, amateurish though it may be. I have not isolated the faulty part, and to me it all looks pretty simple, so I'm not sure where I'm going wrong. For background, the goal of this code is to run a simulation to explore the problem space of inflation of Type I error when decisions to run or not to run more...
2005 Oct 17
0
Startup Scripts for upsdrvctl and upsd
Greetings. Though I got something working based on cobbling together from various examples.. I'm hoping that I could see others startup scripts as examples, to help improve my amateurish attempts.. Thanks for any examples.. (FYI.. running on RH9) John..
2000 Dec 15
0
Gibbs sampling in GLMMs: Beta testers required
Sort of a warning before I start: This post may be considered to describe a rather amateurish approach to distributing software which may annoy some people, but I sincerely hope it doesn't. I've been working for some years with David Clayton on a project which started life as an S package but has now turned into an R library. It is (now) called GLMMGibbs and estimates the parame...
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2005 Feb 18
2
Lessons Learned from LinuxWorld Expo
I have just published a article (http://masnetworks.biz/node/20) about exhibiting at LinuxWorld Expo and the lessons learned. I heard some talk about some interest in doing the San Fran show. Please feel free to contact me for any suggestions, help, CD's & DVD's etc. -- Matt Shields http://masnetworks.biz http://sexydates4u.com http://shieldslinux.com http://shieldsmedia.com
1999 Oct 16
1
ODBC database access package
...| zip] If people have had a look and and think it merits a place on CRAN then I will submit a version with any bugs found ironed out. Thanks to the folk who answered some of the questions about problems I had writing this. It is my first attempt at reusable R code and I hope it does not look too amateurish! Michael ---------------------------------- E-Mail: Michael Lapsley <mlapsley at ndirect.co.uk> Date: 16-Oct-99 Time: 17:29:31 This message was sent by XFMail ---------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing li...