Serving the Quantitative Finance Community

Search found 27 matches

  • 1
  • 2
by martinigale
January 28th, 2004, 5:29 am
Forum: Programming and Software Forum
Topic: Getting started with Perl
Replies: 7
Views: 190169

Getting started with Perl

Thanks for all the links, folks, especially kc for the very comprehensive listing.Collector, I will look up your book after I go through the other stuff.
by martinigale
January 27th, 2004, 3:03 am
Forum: Programming and Software Forum
Topic: Getting started with Perl
Replies: 7
Views: 190169

Getting started with Perl

Can anyone recommend any online tutorials/ books available for free download ?TIA
by martinigale
January 14th, 2004, 4:05 am
Forum: Programming and Software Forum
Topic: Unix versus Windows ?
Replies: 29
Views: 192279

Unix versus Windows ?

<t>1. are u suggesting that unix skills are more difficult as well as lower paid ? or is it that unix - pay distribution has lower mean and higher, say, 95th percentile ?2. would it be fair to say that most of " front office " code is win32 ?QuoteOriginally posted by: DCFCPractically everyone has Wi...
by martinigale
January 13th, 2004, 10:27 am
Forum: Programming and Software Forum
Topic: Unix versus Windows ?
Replies: 29
Views: 192279

Unix versus Windows ?

Which of the platforms is more commonly used for writing trading software ( at Hedge Funds/ Investment Banks) in C++ ?
by martinigale
November 17th, 2003, 3:23 am
Forum: Programming and Software Forum
Topic: Macro for XY labeling in Excel Chart
Replies: 4
Views: 189707

Macro for XY labeling in Excel Chart

check your private messagebox, cryptic
by martinigale
November 13th, 2003, 10:46 am
Forum: Programming and Software Forum
Topic: Macro for XY labeling in Excel Chart
Replies: 4
Views: 189707

Macro for XY labeling in Excel Chart

anybody worked this out yet ?
by martinigale
October 29th, 2003, 4:02 am
Forum: Programming and Software Forum
Topic: Simple vba problem
Replies: 6
Views: 190293

Simple vba problem

<t>David,thanks for your suggestions.As i said, I want to run the code fragment inside another loop, so the full code would look something like this:sub test() Dim cash_flow() as double dim payout_dates() as date dim ans() as doublefor j = 0 to n-1count = application.count.range("cash_flow") redim c...
by martinigale
October 29th, 2003, 3:43 am
Forum: Programming and Software Forum
Topic: Simple vba problem
Replies: 6
Views: 190293

Simple vba problem

<t>A few suggestions:- always use option explicit- I like using option base 1, gets you rid of the n-1 nonsenseTry the following:sub test() Dim cash_flow() as double, payout_dates() as date, n as long, discount as double, ans as doublen = range("cash_flow").countredim cash_flow(n) redim payout_dates...
by martinigale
October 29th, 2003, 3:06 am
Forum: Student Forum
Topic: Non parametric mortgage prepayment models
Replies: 2
Views: 189366

Non parametric mortgage prepayment models

thanks for the references, Aaron !
by martinigale
October 28th, 2003, 12:31 pm
Forum: Programming and Software Forum
Topic: Simple vba problem
Replies: 6
Views: 190293

Simple vba problem

<t>Hi all,I am trying to use XNPV from within VBA, but don't want to read its (range) aruments from an excel sheet. I am a complete beginner in vba, so would appreciate help on getting the code ( which is giving a run-time type mismatch error) listed below to run. I realize i should be type-casting ...
by martinigale
October 28th, 2003, 12:10 pm
Forum: Student Forum
Topic: Non parametric mortgage prepayment models
Replies: 2
Views: 189366

Non parametric mortgage prepayment models

What would be a good reference to start off with ?TIA
by martinigale
October 28th, 2003, 8:38 am
Forum: Careers Forum
Topic: Average age of entry in quant?
Replies: 7
Views: 190650

Average age of entry in quant?

Late 20s early 30s___________________umm.. so if a quant starts her career at 30 and gets burnt out by 35-40, is 5-10 years all that a quant career lasts ?
by martinigale
October 28th, 2003, 8:36 am
Forum: Careers Forum
Topic: Subject GRE in Math
Replies: 10
Views: 192330

Subject GRE in Math

thanks for the link.
by martinigale
October 27th, 2003, 1:02 pm
Forum: Careers Forum
Topic: Subject GRE in Math
Replies: 10
Views: 192330

Subject GRE in Math

is there a sample math subject gre available online ? i could not find it on the gre website.
by martinigale
October 26th, 2003, 9:50 am
Forum: Student Forum
Topic: SPLUS vs. SAS
Replies: 6
Views: 189900

SPLUS vs. SAS

Thanks folks,I am working on an econometric model using individual loan by loan data. Will SAS have any performance issues running logistic regression on a data set of upto 20,000 mortgages. I only have access to an ordinary desktop PC.
  • 1
  • 2