Search results

  1. Daniel Duffy

    How to spend a gap year productively?

    Another great choice! QN/Baruch C++ It is a life skill.
  2. Daniel Duffy

    Blog: Articles on C++11 and Computational Finance (by Daniel J. Duffy)

    I have just coined a new term: (Programming) Language Silo In many cases, developers and quants' monolog interiors seem to be driven by their fascination/obsession with a single programming language (Sapir-Whorf again). This is caused by idiosyncratic views 1) efficiency, 2) elegance, 3)...
  3. Daniel Duffy

    How to spend a gap year productively?

    candidate c: "I was caretaker on Blasket Island" and I studied, ODE,PDE, SDE, FDM, ML and AI. https://www.irishexaminer.com/news/arid-30976640.html
  4. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    How many hours 'real' coding as percentage of the other activities?
  5. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    This may not be to everyone's taste. Whatever works for you. Thee are many ways to learn.
  6. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    Quantnet/Baruch is unique: the dedication of TAs.
  7. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    Anyone can write a book. That's the easy part. 60% of my time in a book/courses is exercises A-Z. Don't just read it; fight it! Ask your own question, look for your own examples, discover your own proofs. Is the hypothesis necessary? Is the converse true? What happens in the classical...
  8. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    Question: 1 hour a day but for how many days :-)
  9. Daniel Duffy

    Sams Teach yourself C++ (1 hr per day)

    What are the prerequisites? I reckon it is useful after you have learned the compiler and a bit of C.
  10. Daniel Duffy

    Free Webinar: Daniel Duffy: Some Perspectives on Computational Finance and ML

    Here is the slide show corresponding to my talk tomorrow
  11. Daniel Duffy

    What classes should I take as an undergrad?

    Real and Functional Analysis are core skills.
  12. Daniel Duffy

    which is more useful in the real world? Python or C++...

    Rumour has it that Python is also written in C.
  13. Daniel Duffy

    Projects in C++

    I have a number of projects that might be useful. What's the goals etc.?
  14. Daniel Duffy

    How important are higher level math courses?

    Ah, OK. Over here in Europe we call it 'Algebra'. My school teacher was PhD and I Iearned group theory at 17. It does not have may applications in finance AFAIK.
  15. Daniel Duffy

    How important are higher level math courses?

    The maths you mention here cannot be learned alone.
  16. Daniel Duffy

    COMPARE CMU in New York vs UCB

    Olympiad == learning tricks?
  17. Daniel Duffy

    How important are higher level math courses?

    See my courses where all these topics are worked out. https://www.datasim.nl/onlinecourses What's 'abstract algebra'??
  18. Daniel Duffy

    Free Webinar: Daniel Duffy: Some Perspectives on Computational Finance and ML

    https://www.meetup.com/thalesians/events/272215702/
  19. Daniel Duffy

    Undergrad major selection

    Very impressive list of programming languages. I used Prolog in 1987 when the world thought it was the future. At the time the West was scared of the Japanese 5th Gen that was fueled by Python .. a paper tiger. https://en.wikipedia.org/wiki/Fifth_generation_computer
  20. Daniel Duffy

    Advanced Calculus or Numerical Linear Algebra

    Anonymous message Professor Duffy, just one question do you any chance offer possibility of buying some book concerning Python with code as for Financial Instrument Pricing. I am in desperate need of professional python code [..] @APalley @Andy Nguyen
  21. Daniel Duffy

    Undergrad major selection

    Out of interest, which programming language do you use/learn/apply during your CS education?
  22. Daniel Duffy

    Advanced Calculus or Numerical Linear Algebra

    This is 100% correct. After all these years Computer Science still does not understand that software development is more of an engineering+ design discipline. Anyone can write a program that prints '42'. And unfortunately, the situation is exacerbated in ML. The real risk in the future is...
  23. Daniel Duffy

    which is more useful in the real world? Python or C++...

    That's the correct answer. The original question is incorrect.
  24. Daniel Duffy

    which is more useful in the real world? Python or C++...

    An interesting follow-on remark is that all the numerical linear algebra code in Python is all Fortran. https://en.wikipedia.org/wiki/Fortran Standing on shoulders of giants.
  25. Daniel Duffy

    Advanced Calculus or Numerical Linear Algebra

    An interesting follow-on remark is that all the numerical linear algebra code in Python is all Fortran. https://en.wikipedia.org/wiki/Fortran Standing on shoulders of giants.
  26. Daniel Duffy

    Advanced Calculus or Numerical Linear Algebra

    Traditionally, "linear algebra" tends to be taught in academia without dealing with "numerical" part. A better name is Vector (or Linear) spaces. To this stuff into a computer we have "Numerical Linear Algebra" and has algorithms for a wide range of problems and applications all over the place...
  27. Daniel Duffy

    Advanced Calculus or Numerical Linear Algebra

    PDEs 'use' calculus. https://www.datasim.nl/onlinecourses/97/distance-learning-ordinary-and-partial-differential-equations
  28. Daniel Duffy

    Any great quant paper resource?

    Premature optimisation?
  29. Daniel Duffy

    Any great quant paper resource?

    It takes years before you become any good at writing. Or any good at anything for that matter. And you need to know your readers. And take concrete examples that readers can check and generalise. Quite simple. actually. The source of all great mathematics is the special case, the concrete...
  30. Daniel Duffy

    Moving From Finance to Quant

    Congratulations!
  31. Daniel Duffy

    Complexity theory/complex systems in quant finance

    I don't doubt that a lot of work is being done in this area. But my guess is it's not (yet) mainstream business.
  32. Daniel Duffy

    Complexity theory/complex systems in quant finance

    I would say it's more in the CS academic sphere, in general. Complexity is (was?) about searching and sorting in data structures. Financial is more about maths + algorithms with data structures as side-kick.
  33. Daniel Duffy

    C++ Primer vs C++ Primer plus

    I would round that number to 100% :cool:
  34. Daniel Duffy

    C++ Primer vs C++ Primer plus

    The heart of mathematics (and C++, red.) consists of concrete examples and concrete problems. Big general theories are usually afterthoughts based on small but profound insights; the insights themselves come from concrete special cases.” — Paul Halmos
  35. Daniel Duffy

    C++ Primer vs C++ Primer plus

    The books are a bit too CS and generic for my taste. Lots of syntax, very little design. No offence, but it's like reading the telephone book. Just my personal opinion. The best way to learn C++ is to write code, brick-by-brick. And the less copy-and-paste, the better. My videos have 80% of what...
  36. Daniel Duffy

    C++ Primer vs C++ Primer plus

    In a sense, the best background is your brain + motivation. 90% is self-contained (I think), listen hard to the videos and do the exercises will bring you a long way. And the very helpful TAs!
  37. Daniel Duffy

    Review

    A follow-on remark is that everything is built on C++, Fortran and COBOL. All (?) the Python libraries are C++ and Fortran wrappers.
  38. Daniel Duffy

    Review

    Of course! C++ will be here at your retirement age (in the future == 85). Life-long learning! Who knows, may C++ will support Quantum Computing by then. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0208073
  39. Daniel Duffy

    What programming skills do I need to learn to become a quant?

    You're welcome! Knowing C++ means you have a great headstart :)
  40. Daniel Duffy

    What programming skills do I need to learn to become a quant?

    There are lots! Here are two theses I supervised last year. https://www.datasim.nl/blogs/26/msc-theses-on-machine-learning-and-computational-finance Initially, you first need to walk (learn the design process on a generic/non nitty-gritty cases) before running (actually applying design...
  41. Daniel Duffy

    Will the course teach good software principles that are often neglected by Python users?

    Is that the same as 'data structure', likes dict, set, matrices, HDF5?
  42. Daniel Duffy

    Will the course teach good software principles that are often neglected by Python users?

    Will the course teach good software principles that are often neglected by Python users? 1. Not so much neglect, more like no one out there (yet) to tell them how. I have several Python books but most are anaemic at the design level IMHO. 2. Universities have their strengths for sure, but in...
  43. Daniel Duffy

    What programming skills do I need to learn to become a quant?

    Oops, sorry, I missed that. One of the ways I could think of now is to start learning to backtest a strategy from quant reports. I would say that the next skills are to independently design and implement a program from scratch based on some requirements document? This is not a skill that you...
  44. Daniel Duffy

    What programming skills do I need to learn to become a quant?

    I recommend Quantnet C++ and then you start being able to think about the next level, i.e. design. Design != coding.
  45. Daniel Duffy

    C++ Online Certificate Students' intro thread

    In bocca al lupo! Forza.
  46. Daniel Duffy

    Is there enough time for me to take this course?

    C module 1 is like Ogham until syntax becomes clear. Having got the syntax under your belt the rests is learning C++ concepts.
  47. Daniel Duffy

    Over-rated China

    How many students know the chain rule, let's say transforming from (x,t) to (z, tau) z = z(x,t) = x/s(t) tau = t Now transform heat equation u_t = u_xx for 0 < x < s(t) to a PDE in z and tau for 0 < z < 1. // 95% get it wrong first time. Hint; use the chain rule and z is a function of TWO...
  48. Daniel Duffy

    Undergrad major selection

    Historically, the ex-Cold War quants tended to be physicists. Physics uses a lot of mathematical symbols (and a bit of PDE/FDM)l to be sure but that's not the same as mathematical insights and methodology. TBH, I'm not sure how useful it is in the ML/Data era..
  49. Daniel Duffy

    Still worth it to learn C?

    The big jump from {Java, Python, Matlab, <whatever>} to C++ immersion is huge. Do some C first. Believe me, otherwise 2 steps forward and 1 step backwards. Someone on QN once wrote that they learned more from QN C++ than 4-year CS degree programme. Saw this random observation... If you do not...
  50. Daniel Duffy

    Still worth it to learn C?

    Looking back, I am very glad that the QN C++ course has 2 modules on C (you really learn what a compiler is). Of course, there's a lot of deprecated C code not to use but 1. you learn necessary structure 2. get close to the hardware. 3. C++ _is_ a better C Jumping into C++ w/o C foundations...
  51. Daniel Duffy

    Still worth it to learn C?

    Linus Torvalds shudda taken the Quantnet/Baruch C++ courses.
  52. Daniel Duffy

    Online courses on Optimization

    A standalone option is a good idea, in combination with Python as well. Then it is A-Z.
  53. Daniel Duffy

    best memoirs/autobiographies by female quants?

    BTW, Colin, Welcome to Quantnet!
  54. Daniel Duffy

    Online courses on Optimization

    I do Optimisaton as part of a numerics course https://www.datasim.nl/onlinecourses/101/distance-learning-applied-numerical-methods and its implemntation in Python https://www.datasim.nl/onlinecourses/106/distance-learning-applied-numerical-methods-with-python-and-python-libraries It is as an...
  55. Daniel Duffy

    best memoirs/autobiographies by female quants?

    There are many good female quants but are you looking for those in the 'limelight' as it were? The ambiguity here is there is no agreed definition of what "quant". Each has her own internal model. On thing is sure: quant these days is all about progarmming. And Quantnet/Baruch has an impressive...
  56. Daniel Duffy

    best memoirs/autobiographies by female quants?

    I suppose the first female "quant" was Ada Lovelace.
  57. Daniel Duffy

    If most quants are looking for math/CS majors, what is the point of these MFE/MSF/MSQF programs?

    There was a time when people in industry could do both maths and programming (the word 'code' means nothing). Writing reliable software is a skill that takes years to learn.
  58. Daniel Duffy

    If most quants are looking for math/CS majors, what is the point of these MFE/MSF/MSQF programs?

    I find the term 'code monkey' to be offensive. What do they call you?
  59. Daniel Duffy

    If most quants are looking for math/CS majors, what is the point of these MFE/MSF/MSQF programs?

    Computer Science doesn't have enough hard maths contents. This is not news. And numerical analysis is more useful than applied maths (whatever that means..) here. What do I know.
  60. Daniel Duffy

    If most quants are looking for math/CS majors, what is the point of these MFE/MSF/MSQF programs?

    You should tell those recruiters to have a look at the Quantnet/Baruch C++ courses.
  61. Daniel Duffy

    C++ Online Programming Course Testimonials

    Well done! "if you can make it on QN C++ you can make it anywhere"!
  62. Daniel Duffy

    C++ Online Certificate Students' intro thread

    Good luck! Enjoy the course.
  63. Daniel Duffy

    Non-Profit Startup

    You could make it into a charity!
  64. Daniel Duffy

    Non-Profit Startup

    1- Coders PHP developers good enough? BTW the modern word is programmer or developer. I would need 3-4 Quantnet/Baruch C++ developers. They would have it done before lunch.
  65. Daniel Duffy

    Analysis of Covid-19 Mathematical and Software Models Or how NOT to set up a software project

    This report undertakes a critical examination of the by now well-discussed open-source software based on an epidemiological model from a team from Imperial College London led by Dr. Neil Ferguson. I've been pontificating about good software project management for years but this high-profile...
  66. Daniel Duffy

    Non-Profit Startup

    First, get rid of the lawyer. Second, read this report https://quantnet.com/threads/analysis-of-covid-19-mathematical-and-software-models-or-how-not-to-set-up-a-software-project.44438/ 3. Project leader to keep group 1 from spinning out of control 🤕
  67. Daniel Duffy

    Analysis of Covid-19 Mathematical and Software Models Or how NOT to set up a software project

    That's 2 questions, one for ODEs, one for SDEs. I'm referring to ODEs (doesn't let Euler-Maruyama off the hook), Well-known issues, lots of them. Euler is no good for stiff ODEs, for example. Anyways, Euler is the least of their worries.
  68. Daniel Duffy

    Analysis of Covid-19 Mathematical and Software Models Or how NOT to set up a software project

    https://www.datasim.nl/blogs/27/analysis-of-covid-19-mathematical-and-software-models I've been pontificating about good software project management for years but this high-profile adventure exposes all the warts and all. The chickens have come home to roost.
  69. Daniel Duffy

    WorldQuant University

    There's a very good C++ course on Quantnet :-)
  70. Daniel Duffy

    C++ Online Certificate Students' intro thread

    No problem! Lots of questions welcome :-)
  71. Daniel Duffy

    How desirable are those with MS in Physics for developer roles?

    Theoretical physics or experimental physics? How's your maths?
  72. Daniel Duffy

    What books are you currently reading?

    G. M. Weinberg 1998 The Psychology of Computer Programming, Dorset House.
  73. Daniel Duffy

    How do one measure programming proficiency?

    You learn programming by programming. For C++ the Quantnet is the most mature and thorough. Write a robust and maintainable program.
  74. Daniel Duffy

    Advanced Calculus

    I would say sections B, C, D, E correspond subsume calculus https://www.datasim.nl/application/files/1315/5947/7165/DL_Pure_Mathematics_Foundations.pdf Calculus is not analysis; the latter teaches differentiability while the former just 'does it'. Calculus == HOW Analysis == WHEN,WHY,WHAT...
  75. Daniel Duffy

    Advanced Calculus

    It depends on the target/reader group. I work backwards to the books that satisfy the needs. I still don't know the precise definition of "Advanced Calculus"..
  76. Daniel Duffy

    Quant vs Data Science

    Nothing wrong with plumbing, that's life., It's ignorance of the underlying maths is dangerous.
  77. Daniel Duffy

    C++ Design Patterns and Derivatives Pricing VS Financial instrument pricing using C++

    You mean, the Joshi book or my book (2018 2nd edition is the most uptodate C=+11). The former is outdated. And traditional design patterns have been given a facelift in my courses. https://www.datasim.nl/application/files/5615/3778/5054/Chapter1Watermark.pdf The best way to learn C++11 etc...
  78. Daniel Duffy

    Advanced Calculus

    On a related issue when someone says "I know linear algebra and calculus", it could mean almost anything.
  79. Daniel Duffy

    Advanced Calculus

    From AMS Classification, 'calculus' on its own is ambiguous, so many 'calculusses' to choose from. https://mathscinet.ams.org/msc/msc2010.html?t=&s=calculus&btn=Search&ls=s
  80. Daniel Duffy

    Advanced Calculus

    Maybe 'calculus' is a common name in USA. In Europe calculus is what we learn(ed() at school. More accurate names imo are math methods (calculus on steroids, working things out like Stokes stuff) and real/complex analysis (epsilon/delta, hard core stuf). There again, I haven't looked in 47...
  81. Daniel Duffy

    Which option models are used in the industry?

    Nice. Thanks. It sounds that these are flexible software layers?
  82. Daniel Duffy

    Which option models are used in the industry?

    Will you tell Dan_BR-UK what *is* useful? I think you are not telling the full story.
  83. Daniel Duffy

    Purpose of QuantNet C++ Course?

    The key of the C++ course is to learn C++ for finance. The goals are C++ Programming for Financial Engineering | QuantNet Community...
  84. Daniel Duffy

    Which option models are used in the industry?

    I think the N:M:R:T question is too big to answer. "Paul Wilmott on Quantitative Finance" Vols 1 to 3 is a good place to start. Maybe start with 1 factor BS and take it from there.
  85. Daniel Duffy

    C++ Online Certificate Students' intro thread

    Think of it as a 10,000 m race, not a sprint. Begin with the end in mind and work backwards to now.
  86. Daniel Duffy

    Is studying VBA worth it?

    Great! It would be nice. I don't get out so much these days.
  87. Daniel Duffy

    Is studying VBA worth it?

    I don't of any. Since you know C++, a VBA course is too simple for you, so plan B book on VBA syntax Jackson and Staunton on VBA for finance (Wiley) A site with VBA code for quants http://www.axelvogt.de/axalom/ and Haug's book...
  88. Daniel Duffy

    Would love some guidance.

    Since you ask. here is what I offer (rigorous, practical and hands-on) https://www.datasim.nl/onlinecourses BTW I am also the originator of the Quantnet C++ course.
  89. Daniel Duffy

    Would love some guidance.

    General topology, stochastic analysis, mathematical finance primarily stuff about Levy processes, lots of PDE including advanced stuff like sobolev spaces and somewhat beyond, lots of measure theory, lots of functional analysis including advanced stuff like C*-algebras. All this in Two years...
  90. Daniel Duffy

    Becoming a quant

    Congratulations. C++ is such a great skill to have.
  91. Daniel Duffy

    How many videos?

    Should be fine. Many students have never even programmed before. The course contents/style has been influenced by the mathematical/engineering-style background of the course's originator.
  92. Daniel Duffy

    Guidance for programming related to Financial Engineering

    Linear algebra, ODE/PDE, algorithms, data structures ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+ real analysis.
  93. Daniel Duffy

    Guidance for programming related to Financial Engineering

    C++ is the best foundation for many reasons. e.g. knowing C++ means learning Python, C#, Java is a piece of cake. Knowledge of Python doesn't really help if you wish to learn C++. The best way to learn C++ is to learn C++.
  94. Daniel Duffy

    Need Advise Non-Traditional Candidate per say

    You're welcome :) It was good advice and I advise many people. It was not meany to cause offence (or offense in the States), per se. In my day we had no Grammarly and our teachers were very strict
  95. Daniel Duffy

    Need Advise Non-Traditional Candidate per say

    Small remark it's 'per se' https://en.wiktionary.org/wiki/per_se and use 'advice' (it is a noun, you used a verb).
  96. Daniel Duffy

    New Graduate (Tough spot)

    I prefer Jigoro Kano's advice.
  97. Daniel Duffy

    Do I have a chance at UCB?

    ODE/PDE/FDM are popular.
  98. Daniel Duffy

    Python Questions

    Using modules and packages for program deccomposition. The "Pythonic way" should not be a straightjacket/Procrustean bed. I think a Pytonic++ way deserves attention. These style guidelines transcend a given programming language. A single style is not useful for all application domains...
  99. Daniel Duffy

    which is more useful in the real world? Python or C++...

    From "Python in a Nutshell" "Sometimes, however, you need a deep copy .... fortunately, this need is rare, since a deep copy can take a lot of memory and time." I don't agree 1. Many applications need deep-fried-copied object 2. Deep copy can be more thread-safe than shallow copy. (replicated...
  100. Daniel Duffy

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Here is a quote with which I disagree completely. It is very, very bad: "I hate anything that asks me to design on the spot. That's asking to demonstrate a skill rarely required on the job in a high-stress environment, where it is difficult for a candidate to accurately prove their abilities. I...
  101. Daniel Duffy

    What chances nowadays to get into Quant Developer roles with a PhD in Computational Mech. Eng.

    C++ From Meyers' Wiki entry Most of the QN/Baruch C++ alumni can design on the spot. Practice, practice, practice. The devil is in the detail.
  102. Daniel Duffy

    What chances nowadays to get into Quant Developer roles with a PhD in Computational Mech. Eng.

    It's the analogy is the point. What I am saying if you software like CAD/CAM then many software ills will be avoided. The penny hasn't dropped.
  103. Daniel Duffy

    What chances nowadays to get into Quant Developer roles with a PhD in Computational Mech. Eng.

    Here's a thought: Compare how (the process) mechanical engineers design and manufacture physical products with how software products are made. create. Big difference. For one, lack of design blueprints. If you build a house, do you first buy a bag of bricks?
  104. Daniel Duffy

    What chances nowadays to get into Quant Developer roles with a PhD in Computational Mech. Eng.

    Factories and other patterns are directly supported in Boost. I've stopped using Singleton pattern 20 years ago. Factory Method pattern is OK but limited to toy examples. I can see an implicit, conceptual link between the two. The Gang of Four 1994 book tells the precise mapping, as does...
  105. Daniel Duffy

    What chances nowadays to get into Quant Developer roles with a PhD in Computational Mech. Eng.

    I also have the 'Effective Modern C++' book on C++11/14 by the same author, which I guess will present the best 'design patterns', and in what specific situations it is useful to take advantage of these improvements in the language. What's your definition of a design pattern? Meyer's approach...
  106. Daniel Duffy

    C++ Online Programming Course Testimonials

    Thank you zhb[5] It's made my day!
  107. Daniel Duffy

    Quant vs Data Science

    machine learning engineer Fancy name. Are ML plumbers needed (serious question)?
  108. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    From a pedagogical viewpoint, a scoped and self-contained test case 101, A-Z would add value for the community IMO.
  109. Daniel Duffy

    Python Questions

    How is it possible to write well-designed and maintainable Python code? What's your favourite method?
  110. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    The authors assume background in measure theoretic probability This excludes > 90% of readers! To have a have a background in measure theoretic probability the necessary foundation are real analysis measure theory / Lebesgue integration Some Functional Analysis, really The beginner should...
  111. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    Linear algebra is needed in so far that it is (only) a supporting mechanism for approximation and optimisation algorithms. Most problems here are nonlinear and are solved as iterations of linear problems (enter linear algebra!). What is missing IMHO in general is more precision on . function...
  112. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    Since this is a finance site, the real interesting thing for people here IMHO is how to do it for finance, really. To mamy examples now on character and baboon derriere recognition :) I'm biased but this is how I feel ML work should be written up...
  113. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    I find Geron's book just OK. And boring. It reads like a cook book pressing the right buttons for TensoFlow and Sklearn. On a follow on, most of the O'Reilly books IMO are 90% tables, screen shots and plots and 10% maths/insights. Each to his own; what do I know. The constructive message is...
  114. Daniel Duffy

    Differential Machine Learning : novel ML algorithms with unreasonable effectiveness for pricing and risk approximations in finance

    Antoine. I reckon a lot of people here are interested in ML. The question is how they might get started.
  115. Daniel Duffy

    C++ Online Certificate Students' intro thread

    C# is in some ways similar to C++. But C++ demands you manage memory yourself.
  116. Daniel Duffy

    Blog: Articles on C++11 and Computational Finance (by Daniel J. Duffy)

    Here's a bunch of useful C++ examples from Boost. Caveat: I haven't done much after the posts but you may find it useful nonetheless. http://www.datasimfinancial.com/forum/viewtopic.php?f=22&t=111
  117. Daniel Duffy

    Math needed

    What I see a lot is linear algebra as pure maths which is essential, indeed. The other side of the coin is Numerical Linear Algebra which is more common in daily work. (Same holds with ODEs .. it not enough to know just the analytics; Python odeint and Boost odeint are needed,) Many (almost all...
  118. Daniel Duffy

    Math needed

    Here is online courses originated and mentored by me . It will probably give some idea of useful topics. https://www.datasim.nl/onlinecourses
  119. Daniel Duffy

    We Need Your Help

    It's a bit vanilla. It does not really say anything about what it is.
  120. Daniel Duffy

    We Need Your Help

    Everybody is a student lifelong, so it's not all bad. 1. Certified C++ developer (you learn a skill and how to write decent code) 2. First kyu (brown belt/judo/karate/ju-jutsu). (next black belt). (The judo belt analogy is very accurate; you can 'map' each course level to a given colour).
  121. Daniel Duffy

    C++ Online Certificate Students' intro thread

    I am an anesthetist. Wow! Have fun with C++.
  122. Daniel Duffy

    Blog: Articles on C++11 and Computational Finance (by Daniel J. Duffy)

    Alright then, I downloaded the revamped Imperial Covid C code, built the project and got it running in console mode (it uses GDI which I haven't used since 1992 ... it is deprecated big time and is impossible to find GDI drivers), I will write up a precise and detailed report in the coming days...
  123. Daniel Duffy

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Alright then, I downloaded the revamped Imperial Covid C code, built the project and got it running in console mode (it uses GDI which I haven't used since 1992 ... it is deprecated big time and is impossible to find GDI drivers), I will write up a precise and detailed report in the coming days...
  124. Daniel Duffy

    Purpose of QuantNet C++ Course?

    C++ is a skill which will be of enormous benefit for years to come.
  125. Daniel Duffy

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    https://www.businessinsider.nl/trumps-coronavirus-team-relies-on-stupid-model-by-controversial-economist-2020-5?international=true&r=US "Lies, damned lies and cubic spline interpolation". I agree with pingu. Baddest model ever. They never bootstrapped the 30-year forward rates curve.
Back
Top Bottom