search for: factset

Displaying 7 results from an estimated 7 matches for "factset".

2011 Mar 28
1
error in nls, step factor reduced below minFactor
...parameters before it errors out. In other words, so I don't get convergence, I'd still like to acquire the values of the parameters last tried? Can you tell me how get nls to return to me the last set of parameters rather than just stopping? Regards Steven P. Greiner, Ph.D. Risk Head / FactSet Research System 311 South Wacker Chicago, IL 60606 sgreiner@factset.com<mailto:sgreiner@factset.com> 312 566 5109 (w) 585 261 7138 (c) [[alternative HTML version deleted]]
2012 Sep 21
0
[LLVMdev] Clang API parsing of the destructor
On Fri, Sep 21, 2012 at 12:22 PM, Kamaljit Lall <klall at factset.com> wrote: > I am using the clang API (version 3.1 - trunk 153913) to compile some > very simple code as follows**** > > class MyClass > { > ~MyClass() ; > > }; > > MyClass::~MyClass() > { > > } > > int main() > { > return 0; > } **...
2012 Sep 21
2
[LLVMdev] Clang API parsing of the destructor
I am using the clang API (version 3.1 - trunk 153913) to compile some very simple code as follows class MyClass { ~MyClass() ; }; MyClass::~MyClass() { } int main() { return 0; } My problem is that I get the error message: test.cpp:20:10: error: destructor cannot have a return type MyClass::~MyClass() If someone can point me to the right direction that would be great. It compiles fine if
2012 Sep 21
1
[LLVMdev] clang and __builtin_va_list
I am using the Clang c++ API. I have a blocking issue because the builtin __builtin_va_list clang isn't defined. Here is the error: ..lib/clang/3.2/include/stdarg.h:30:9: error: unknown type name '__builtin_va_list'; did you mean '__builtin_va_list'? typedef __builtin_va_list va_list; >From what I've read, this builtin is target dependent. This builtin is not defined
2007 Feb 09
0
R/SPLUS Finance Consultant - Mango Solutions (UK)
...statistics, mathematics, physics or computer sciences. * Knowledge of statistical languages: S-PLUS, R, or Matlab. * Experience of programming and analysis in a financial company. * Excellent communication skills. * Experience of other finance softwares is an advantage (eg. eViews, FactSet, RATS). * Experience of general software systems is an advantage (eg. Java, Oracle, C, XML, HTML). Offering * Opportunity to extend your technical knowledge within the finance sector. * Exposure to other areas of statistical software consulting by working with customers from pharm...
2010 Oct 20
2
Job for senior quantitative analyst in Dublin
...ities to develop new strategies across products. The Person The ideal applicant will have the following skills and knowledge: Ø A proven track record in building active quantitative equity models from scratch. Ø A broad knowledge of manipulating financial and economic databases (FactSet or Thomson TQA, Reuters, Bloomberg etc), Ø Multi-factor backtesting, factor rotation (top down and bottom up models),risk management, portfolio construction and implementation are sought Ø Excellent programming skills with a preference for S+, R or Matlab. A knowledge of Relational Data...
2013 Apr 24
1
dyn.load inside a package in R >= 3.0
Hello, I am trying to port a package that was built for R 2.15 over to R 3.0. This package has an Initialize method that uses dyn.load to load a dll that was built separately, and then uses .C() to make calls on the functions in that dll. This worked fine in 2.15, however, I see that now for 3.0 .C() will only search in the namespace of your current package. This seems to make it impossible to use