Functions for quantitative finance
Project description
qfeval-functions
qfevalは、Preferred Networks 金融チームが開発している、金融時系列処理のためのフレームワークです。 データ形式の仕様定義、金融時系列データを効率的に扱うためのクラス/関数群、および金融時系列モデルの評価フレームワークが含まれます。
qfeval-functionsは、qfevalの中でも、金融時系列データを効率的に扱うための関数群を提供します。
qfeval is a framework developed by Preferred Networks' Financial Solutions team for processing financial time series data. It includes: data format specification definitions, a set of classes/functions for efficiently handling financial time series data, and a framework for evaluating financial time series models.
qfeval-functions specifically provides a collection of functions within qfeval that facilitate efficient processing of financial time series data.
Installation
pip install qfeval-functions
Usage
TBD
Pitfalls
Calling qfeval_functions.random.seed without fast=True may slow down qfeval_functions.functions.rand*
Calling qfeval_functions.random.seed without fast=True makes QF.rand* functions use
reproducible random number generators implemented on CPU.
Setting fast=True lets qfeval_functions.functions.rand* functions to use random number generators
provided by CUDA via PyTorch. It is fast, but it is closed source.
It cannot be reproducible on CPUs, and it may not be reproducible with other
PyTorch/CUDA versions.
For reproducibility, calling qfeval_functions.random.seed forces to use a reproducible way by
default.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qfeval_functions-0.1.0.tar.gz.
File metadata
- Download URL: qfeval_functions-0.1.0.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5b9c2567e3762b4705cd1971ac49e701c71c4257a1c4f4af7516789cb15ecd6
|
|
| MD5 |
35b4d417a9df3aa00501c9c6f0d3c17a
|
|
| BLAKE2b-256 |
47199768735a4416651e06d6e3b60bfd19bd882799879200754773fa093e724c
|
File details
Details for the file qfeval_functions-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qfeval_functions-0.1.0-py3-none-any.whl
- Upload date:
- Size: 44.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4664fff413e03edc8589f41401a2b74199fa1ae0196a0024ac8f8972f33a4d98
|
|
| MD5 |
76362abcf55914d633c8050ff785941e
|
|
| BLAKE2b-256 |
e8365aee42922887e3913ff1381382a428aa3235e019abb8bdc8e603daa36efd
|