Skip to main content

Quantitative Methods for Finance

Project description

Quantitative Analysis library

Contains basic methods, interfaces and integration calls for statistical tools, as well as for data gathering functions.

Installation

pip install dxlib

Quickstart

from dxlib import finite_differences

import numpy
import matplotlib.pyplot

x = np.arange(-3, 3, h)
y = np.tanh(x)

dy = finite_differences(x, y)

A visual graph of the finite differences should be plotted, and the numerical values for the differentiation at the point x returned.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dxlib-0.1.3.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

dxlib-0.1.3-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page