Tagged Questions

4
votes
4answers
272 views

What is the required math for Computational Finance?

I don't have a strong mathematical background, but I would love to work on some computational finance problems. I got "An Introduction to Computational Finance Without Agonizing Pain " by Peter …
1
vote
5answers
218 views

What Style of Programming is this Called?

I don't have good name for this style of programming where the syntax is: more succinct because of not having to pass the context into a function or call the functions off of a context object For …
1
vote
2answers
87 views

Help with Church Numerals. How do you encode zero in lambda calculus?

I am learning lambda calculus but I cant seem to understand the encoding for the number 0. how is "function that takes in a function and a second value and applies the function zero times on the …