Metadata-Version: 2.1
Name: denton
Version: 0.0.2
Summary: function to interpolate data using the denton procedure.
Home-page: https://github.com/MaxLugo/denton
Author: Max Lugo D
Author-email: maxlugo20@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Denton proportional procedure

The package provide a function to make an interpolation using the denton proportional procedure. It uses 2 arrays: the first one is the indicator array (high frequency data) and the second one is the aggregate array (low frequency data). Notice that the first array must have multiple number of elements of the second one. In this case, it is consider that the second array as means of a subsets elements of the first array. Boths array must be order ascending in time.

An example is included in the repository

The methodology was taken from: https://www.imf.org/external/pubs/ft/qna/pdf/2017/chapter6.pdf

The package use the FOC of the minimization problem to get the optimal solution.

Requirements:
python 3+
numpy 

Installation:

pip install denton

github: https://github.com/MaxLugo/denton




