similar to: Error with grad() for numerical differential of a function

Displaying 7 results from an estimated 7 matches similar to: "Error with grad() for numerical differential of a function"

2013 Mar 03
1
distribution functions and lists
Hello everyone, I have a quick question but I am stuck with it and I do not know how to solve it. Imagine I need the distribution function of a Weibull(1,1) at t=3, then I will write pweibull(3,1,1). I want to keep the shape and scale parameters in a list (or a vector or whatever). Then I have parameters<-list(shape=1,scale=1) but when I write pweibull(3,parameters) I get the following
2013 Mar 12
0
[LLVMdev] Internship opportunities for grad students at Samsung Research America - Silicon Valley (San Jose, CA)
Our Advanced Software Platform team at Samsung Research America - Silicon Valley at San Jose, CA is working on some GPGPU-related projects including OpenCL, WebCL, and WebVision, and we have an open position for summer internship for graduate students. A candidate who is good at programming clang/LLVM (required) and ARM instructions (desired) and has knowledge on OpenCL (required) and ARM
2011 Jan 29
0
wine poll for grad student
Please take 10 minutes to complete this survey. Your answers will be completely anonymous. If you would like to be entered into a prize draw for a $50 Amazon gift card, please provide your email (optional). Winner will be notified on Friday, February 11. Your feedback will inform a Columbia University graduate student's thesis on boxed wine. http://www.surveymonkey.com/s/boxedwine
2007 May 19
2
What's wrong with my code ?
I try to code the ULS factor analysis descrbied in ftp://ftp.spss.com/pub/spss/statistics/spss/algorithms/ factor.pdf # see PP5-6 factanal.fit.uls <- function(cmat, factors, start=NULL, lower = 0.005, control = NULL, ...) { FAfn <- function(Psi, S, q) { Sstar <- S - diag(Psi) E <- eigen(Sstar, symmetric = TRUE, only.values = TRUE) e <- E$values[-(1:q)] e <-
2007 Oct 31
1
Simple Umacs example help..
Hello all... I am just starting to teach myself Bayesian methods, and am interested in learning how to use UMacs. I've read the documentation, but the single example is a bit over my head at the level I am at right now. I was wondering if anyone has any simple examples they'd like to share. I've successfully done a couple of simple gibbs examples, but have had a hard time
2005 Jun 26
0
Factor correlations in factanal
Dear R-devel list members, Ben Fairbank draw it to my attention that factanal() (in the stats package) doesn't report factor correlations for oblique rotations. Looking at the source, I see that factanal also doesn't save the factor-transformation (rotation) matrix from which these correlations can be computed. I've modified the source, attached below, so that the transformation
2008 Sep 09
1
Addendum to wishlist bug report #10931 (factanal) (PR#12754)
--=-hiYzUeWcRJ/+kx41aPIZ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hi, on March 10 I filed a wishlist bug report asking for the inclusion of some changes to factanal() and the associated print method. The changes were originally proposed by John Fox in 2005; they make print.factanal() display factor correlations if factanal() is called with rotation =