Cargando…

F♯ for quantitative finance : an introductory guide to utilizing F♯ for quantitative finance leveraging the .NET platform /

To develop your confidence in F♯, this tutorial will first introduce you to simpler tasks such as curve fitting. You will then advance to more complex tasks such as implementing algorithms for trading semi-automation in a practical scenario-based format. If you are a data analyst or a practitioner i...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Astborg, Johan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2013.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn870467624
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 140213s2013 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCA  |d COO  |d DEBBG  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d N$T  |d EBLCP  |d IDEBK  |d E7B  |d YDXCP  |d S4S  |d FEM  |d COCUF  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d ZCU  |d AGLDB  |d MERUC  |d OCLCQ  |d OCLCA  |d U3W  |d OCL  |d D6H  |d STF  |d VTS  |d CEF  |d NRAMU  |d CRU  |d OCLCQ  |d OCLCO  |d NLE  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d UKMGB  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ 
066 |c (S 
016 7 |a 018005327  |2 Uk 
019 |a 867317125  |a 961668212  |a 962727609  |a 968045175  |a 969044058  |a 1056436032  |a 1083481050 
020 |a 1782164626 
020 |a 9781782164623 
020 |a 9781782164630 
020 |a 1782164634 
020 |z 9781782164623 
029 1 |a CHBIS  |b 010480294 
029 1 |a CHNEW  |b 000643069 
029 1 |a CHNEW  |b 000899401 
029 1 |a CHVBK  |b 336939876 
029 1 |a CHVBK  |b 403392640 
029 1 |a DEBBG  |b BV041784025 
029 1 |a DEBBG  |b BV044064772 
029 1 |a DEBSZ  |b 404337406 
029 1 |a DEBSZ  |b 493139079 
029 1 |a UKMGB  |b 018005327 
029 1 |a DKDLA  |b 820120-katalog:999928783305765 
035 |a (OCoLC)870467624  |z (OCoLC)867317125  |z (OCoLC)961668212  |z (OCoLC)962727609  |z (OCoLC)968045175  |z (OCoLC)969044058  |z (OCoLC)1056436032  |z (OCoLC)1083481050 
037 |a CL0500000386  |b Safari Books Online 
050 4 |a QA76.73.F163  |b .A88 2013 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a BUS  |x 027000  |2 bisacsh 
082 0 4 |a 005.13 
049 |a UAMI 
100 1 |a Astborg, Johan. 
245 1 0 |a F♯ for quantitative finance :  |b an introductory guide to utilizing F♯ for quantitative finance leveraging the .NET platform /  |c Johan Astborg. 
246 3 |a F sharp for quantitative finance 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2013. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (Safari, viewed February 6, 2014). 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing F♯ using Visual Studio; Introduction; Getting started with Visual Studio; Creating a new F♯ project; Creating a new project in Visual Studio; Understanding the program template; Adding an F♯ script file; Understanding F♯ Interactive; Language overview; Explaining mutability and immutability; Primitive types; Explaining type inference; Explaining functions; Learning about anonymous functions; Explaining higher order functions; Currying; Investigating lists. 
505 8 |a Concatenating listsTuples; The pipe operator; Documenting your code; Your first application; The whole program; Understanding the program; Extending the example program; The entire program; The power of prototyping; Functional languages in quantitative finance; Understanding the imperative code and interoperability; Summary; Chapter 2: Learning More About F♯; Structuring your F♯ program; Looking into modules; Using functions and values in modules; Namespaces; Looking deeper inside data structures; Record types; Discriminated unions; Enumerations; Arrays. 
505 8 |a Interesting functions in an array moduleLists; Pattern matching and lists; Interesting functions in a list module; Sequences; Interesting functions in the sequence module; Sets; Maps; Interesting functions in the map module; Options; Strings; Interesting functions in the string module; Choosing data structures; Arrays; Lists; Sets; Maps; More on functional programming; Recursive functions; Tail recursion; Pattern matching; Incomplete pattern matching; Using guards; Pattern matching in assignment and input parameters; Active patterns; Introducing generics; Lazy evaluation; Units of measure. 
505 8 |a Asynchronous and parallel programmingEvents; Background workers; Threads; Thread pools; Asynchronous programming; The F♯ asynchronous workflows; Asynchronous binding; Example of using an async workflow; Parallel programming using TPL; MailboxProcessor; A brief look at imperative programming; Object-oriented programming; Classes; Objects and members; Methods and properties; Overloaded operators; Using XML documentation; Useful XML tags; Typical XML documentation; Summary; Chapter 3: Financial Mathematics and Numerical Analysis; Understanding number representation; Integers; Two's complement. 
505 8 |a Floating-point numbersThe IEEE 754 floating-point standard; Learning about numerical types in F♯; Arithmetic operators; Learning about arithmetic comparisons; Math operators; Conversion functions; Introducing statistics; Aggregate statistics; Calculating the sum of a sequence; Calculating the average of a sequence; Calculating the minimum of a sequence; Calculating the maximum of a sequence; Calculating the variance and standard deviation of a sequence; Looking at an example application; Using the Math.NET library; Installing the Math.NET library; Introduction to random number generation. 
520 |a To develop your confidence in F♯, this tutorial will first introduce you to simpler tasks such as curve fitting. You will then advance to more complex tasks such as implementing algorithms for trading semi-automation in a practical scenario-based format. If you are a data analyst or a practitioner in quantitative finance, economics, or mathematics and wish to learn how to use F♯ as a functional programming language, this book is for you. You should have a basic conceptual understanding of financial concepts and models. Elementary knowledge of the .NET framework would also be helpful. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
650 0 |a F♯ (Computer program language) 
650 0 |a Finance  |x Mathematical models  |x Data processing. 
650 4 |a F♯ (Computer program language) 
650 4 |a Functional programming languages. 
650 4 |a Programming languages (Electronic computers) 
650 6 |a Finances  |x Modèles mathématiques  |x Informatique. 
650 7 |a BUSINESS & ECONOMICS  |x Finance  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a F♯ (Computer program language)  |2 fast  |0 (OCoLC)fst01745123 
650 7 |a Finance  |x Mathematical models  |x Data processing.  |2 fast  |0 (OCoLC)fst00924400 
776 0 8 |i Print version:  |a Astborg, Johan.  |t F♯ for Quantitative Finance.  |d Birmingham : Packt Publishing, ©2013  |z 9781782164623 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781782164623/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
880 4 |6 650-00/(S  |a F̐Μư (Computer program language) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26849510 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1561456 
938 |a ebrary  |b EBRY  |n ebr10825538 
938 |a EBSCOhost  |b EBSC  |n 680708 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis27261220 
938 |a YBP Library Services  |b YANK  |n 11468629 
994 |a 92  |b IZTAP