search for: aimee

Displaying 20 results from an estimated 21 matches for "aimee".

Did you mean: aimed
2012 Mar 26
2
y needing more than 2 functions
...example, y fits the following between t>0 & t<15----->function(t) t^2, y fits the following between t>15 & t<30-----> function(t) t^3, y fits the following between t>30 &t<45--->function(t) t^4 etc Thanks for any help you are able to give, yours sincerely, Aimee
2003 May 23
1
library(MASS) in .First() (PR#3085)
Full_Name: Aimee Teo Broman Version: 1.7.0 OS: Windows XP vers5.1 Submission from: (NULL) (162.129.145.77) My .First() function contains the command library(MASS) -- when I open R 1.7.0, I get this error: Error in get(x, envir, mode, inherits) : variable "biplot" was not found Error in library(MASS) :...
2011 Nov 10
2
How does once import a function from an imported script?
...en enter B1 to see what the workspace returns, I get function(T1,t) (parms["B1"]) I am trying to get B1 to return as function(T1,t) {2*dnorm(T1(t),mean=32.5,sd=7)}, so that I can plot B1(T1,t). Is there any way to do this? Thank you for your assistance and patience, yours sincerely, Aimee Jones
2014 Aug 18
8
[LLVMdev] C Backend Ressurected
Hi All, 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time over the summer to resurrect the LLVM C Backend: https://github.com/draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent versi...
2013 Feb 19
1
latin hypercube sampling
...of each variable function that I can run through my model, putting each individual variable function as a constant instead, and then performing PRCC. Is there anyone who can advise on how to do this, or failing that, where I should look for sample code? Thank you for any help you are able to give, Aimee.
2011 Jul 22
1
Plotting compound functions--help with defining x-axis as f(x)
...me to plot B1 as a function of T1. I tried plot(function(T1(t) {B1(T1,t)}, 0, 365) and also plot(function(T1,t) {B1(T1,t)}, 0, 365), neither of which worked. My coding skills are very limited, and I'm somewhat out of ideas.. Thank you for any assistance you are able to give, yours sincerely, Aimee ps: If it's relevant I'm using R64 (R 2.11.1) on a Mac [[alternative HTML version deleted]]
2012 Nov 06
1
Filling matrix elements with a function
...veral different permutations and can't seem to do so. I tried googling keywords "inserting function as matrix element" but couldn't find any advice online. I'm very inexperienced at coding so apologies if this is very simple. Thank you for any assistance you are able to give, Aimee.
2011 Jun 15
2
Trouble with compound functions---differential equations
...e plot of T1 as expected---a series of waves between 15 and 40, BUT when I input "plot(B1,0,3650)" I get an error message of "Error in 2 * pi * t : 't' is missing". Can anyone advise as to why t registers for function T1 but disappears for function B1? Thank you, Aimee ps: If it's relevant I'm using R64 (R 2.11.1) on a Mac [[alternative HTML version deleted]]
2013 Mar 13
1
saving vector output as numeric
...'ve tried as.numeric but the error message is (list) object cannot be coerced to type 'double' regardless of whether it's write.table, read.table or as.data.frame that I'm using as.numeric with. Sorry if this is information dense, and thanks for any help you are able to give. Aimee.
2004 May 07
1
Uniden UIP200 Review
...picking up any of these phones to test yourself, the contact information is below. Note: Please keep in mind, Uniden also makes the UIP300 and UIP312. These phones *only* support H323. The UIP400 is the equivalent model of the 300, but will support SIP and is currently in development. Contact: Aimee @ Teledynamics (800) 847-5629 ext.110 or, aimee@teledynamics.com Brian D'Arcy
2014 Aug 19
3
[LLVMdev] C Backend Ressurected
...or to LLVM. On Tue, Aug 19, 2014 at 1:40 PM, Jun Koi <junkoi2004 at gmail.com> wrote: > > > > On Mon, Aug 18, 2014 at 9:18 PM, Carback, Richard T., III < > rcarback at draper.com> wrote: > >> Hi All, >> >> >> >> 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time >> over the summer to resurrect the LLVM C Backend: >> >> >> >> https://github.com/draperlaboratory/llvm-cbe >> >> >> >> Improvements include recovery of simple for/while loops (instead of >> goto...
2004 May 10
0
Uniden UIP200 Review (Repost)
...picking up any of these phones to test yourself, the contact information is below. Note: Please keep in mind, Uniden also makes the UIP300 and UIP312. These phones *only* support H323. The UIP400 is the equivalent model of the 300, but will support SIP and is currently in development. Contact: Aimee @ Teledynamics (800) 847-5629 ext.110 or, aimee@teledynamics.com Brian D'Arcy
2014 Aug 19
2
[LLVMdev] C Backend Ressurected
...tor to LLVM. On Tue, Aug 19, 2014 at 1:40 PM, Jun Koi <junkoi2004 at gmail.com<mailto:junkoi2004 at gmail.com>> wrote: On Mon, Aug 18, 2014 at 9:18 PM, Carback, Richard T., III <rcarback at draper.com<mailto:rcarback at draper.com>> wrote: Hi All, 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time over the summer to resurrect the LLVM C Backend: https://github.com/draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent versi...
2014 Sep 03
2
[LLVMdev] C Backend Ressurected
...> > > > > > > > On Mon, Aug 18, 2014 at 9:18 PM, Carback, Richard T., III > > <rcarback at draper.com <mailto:rcarback at draper.com>> wrote: > > > > Hi All, > > > > > > > > 2 of my summer interns (Aimee Dipietro and Greg Simpson) used > > their time over the summer to resurrect the LLVM C Backend: > > > > > > > > https://github.com/draperlaboratory/llvm-cbe > > > > > > > > Improvements include recovery of simple for/whil...
2012 Jan 08
0
Adding a migration element to a deterministic spatial model
...ration element to a spatial model but have not had any success. I need help figuring out why m#[i,j] consistently returns a 0 value (or at least appears to) despite the code instructing R to return different values under set circumstances. thanks for any help you are able to give, yours sincerely, Aimee with(as.list(c(y,p)), { dydt <- rep(0,NP*16) # Initialize m1,m2,m3 m1 <- matrix(0,NP,NP) m2 <- matrix(0,NP,NP) m3 <- matrix(0,NP,NP) # Only nearest neighbors have nonzero travel rates between each other for (i in 1:NP) { for (j in 1:NP) { if ((i%%s...
2013 Mar 14
0
Error with epiR and sensitivity
...(C) : Lapack routine dgesv: system is exactly singular" I then tried 'sensitivity' with the syntax zz<-pcc(samplevalues, r1). I didn't get any error messages, but print(zz) only reveals the Call value, and no information. Any advice on what could be the problem?? thank you, Aimee Kopolow
2013 Apr 12
0
kNNimpute error
...of bounds In addition: Warning message: In dist(x, upper = T) : NAs introduced by coercion What syntax do I need to impute the precipitation data? Failing that, do you have another recommendation of a method to use? Statistics is not my strong point. thank you for any help you are able to give, Aimee. [[alternative HTML version deleted]]
2012 Feb 21
0
Puppet Labs is growing - now hiring for 2 jobs based anywhere in US!
...tlabs.com/jobs and upload your resume and cover letter! I''ll be in touch within 1-2 business days. Not ready to make a change now but want me to keep you in mind for the future? Check out our ''future opportunities'' postings for PSE, Developer, and other roles. Thanks! Aimee Fahey @PuppetRecruiter www.linkedin.com/in/aimeefahey -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubsc...
2017 Dec 05
1
How to enhance the query performance for large boolean attribute
...We do some analyzer, and actually the boolean attribute filter ( A == true and B == false ..) can filter lots of docs, but we found seems the MatchDecider is running after scoring, so it help less to the performance enhancement. So would you please give us some suggesting for our case? Thanks Aimee
2019 Nov 21
2
How to make xapian run in hadoop
...a problem that there are many seek operations when xapian writes the index files, but the method seek() in hadoop c api only support read, and we blocked by that now?It looks a big work to rewrite the xapian database backend to adapter the hadoop c api. Could you please give us some suggestions? Aimee Cheng