Skip to content

NPFinancial.jl is a port of the NumPy's financial module

License

Notifications You must be signed in to change notification settings

tk3369/NPFinancial.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPFinancial.jl

Build Status codecov.io Stable Dev

NPFinancial.jl is a port of the NumPy's financial module.

Documentation of NPFinancial can be found at https://tk3369.github.io/NPFinancial.jl/latest/index.html

Installation

] add https://github.com/tk3369/NPFinancial.jl

Notes

This library does not implement any array broadcasting feature as in NumPy's implementation. Instead, Julia has its own broadcasting feature so users of this library are encouraged to do it the right way.