I'm looking for something containing similar functions to Matlab’s financial and financial derivatives toolbox but don’t have the cash to spend on matlab. I would appreciate any info on free or open source libraries or programs that will let me easily calculate interest rates, risk etc.
我正在寻找包含与Matlab的金融和金融衍生工具箱相似功能的东西,但没有现金花在matlab上。我将不胜感激任何有关免费或开源图书馆或程序的信息,这些信息可让我轻松计算利率,风险等。
3 个解决方案
#2
2
How about the Octave financial functions?
八度金融功能怎么样?
http://www.gnu.org/software/octave/doc/interpreter/Financial-Functions.html#Financial-Functions
I'm not familiar with the Matlab toolbox, so you'll have to judge for yourself.
我不熟悉Matlab工具箱,所以你必须自己判断。
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.
GNU Octave是一种高级语言,主要用于数值计算。它提供了一个方便的命令行界面,用于以数字方式解决线性和非线性问题,以及使用与Matlab兼容的语言执行其他数值实验。它也可以用作面向批处理的语言。
#3
2
Exactly what functions do you need? How advanced? You have some financial functions in .Net
究竟你需要什么功能?多高级?您在.Net中有一些财务功能
Im sure it doesnt cover everything, but calulating interests and some other are no problem:
我敢肯定它不能涵盖所有内容,但是计算兴趣和其他一些都没有问题:
http://msdn.microsoft.com/en-us/library/daksysx3(VS.80).aspx
Calculate depreciation. DDB, SLN, SYD
计算折旧。 DDB,SLN,SYD
Calculate future value. FV
计算未来价值。 FV
Calculate interest rate. Rate
计算利率。率
Calculate internal rate of return. IRR, MIRR
计算内部收益率。 IRR,MIRR
Calculate number of periods. NPer
计算期数。 NPER
Calculate payments. IPmt, Pmt, PPmt
计算付款。 IPmt,Pmt,PPmt
Calculate present value. NPV, PV
计算现值。 NPV,PV
#1
#2
2
How about the Octave financial functions?
八度金融功能怎么样?
http://www.gnu.org/software/octave/doc/interpreter/Financial-Functions.html#Financial-Functions
I'm not familiar with the Matlab toolbox, so you'll have to judge for yourself.
我不熟悉Matlab工具箱,所以你必须自己判断。
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.
GNU Octave是一种高级语言,主要用于数值计算。它提供了一个方便的命令行界面,用于以数字方式解决线性和非线性问题,以及使用与Matlab兼容的语言执行其他数值实验。它也可以用作面向批处理的语言。
#3
2
Exactly what functions do you need? How advanced? You have some financial functions in .Net
究竟你需要什么功能?多高级?您在.Net中有一些财务功能
Im sure it doesnt cover everything, but calulating interests and some other are no problem:
我敢肯定它不能涵盖所有内容,但是计算兴趣和其他一些都没有问题:
http://msdn.microsoft.com/en-us/library/daksysx3(VS.80).aspx
Calculate depreciation. DDB, SLN, SYD
计算折旧。 DDB,SLN,SYD
Calculate future value. FV
计算未来价值。 FV
Calculate interest rate. Rate
计算利率。率
Calculate internal rate of return. IRR, MIRR
计算内部收益率。 IRR,MIRR
Calculate number of periods. NPer
计算期数。 NPER
Calculate payments. IPmt, Pmt, PPmt
计算付款。 IPmt,Pmt,PPmt
Calculate present value. NPV, PV
计算现值。 NPV,PV