Metadata-Version: 2.1
Name: buildingblocks
Version: 0.0.3
Summary: Some useful mathematical tools
Home-page: UNKNOWN
Author: Pavan Kumar Naraharisetti
Author-email: <naraharisetti@gmail.com>
License: UNKNOWN
Description: Use the function *intrapolate* to intrapolate data. Xdata and Ydata are the first two arguments to the function intrapolate. This (Xdata and Ydata) information is used to build a model and the third argument Xnew is the x-axis values of the intrapolated data that the user wishes to have. The function returns Ynew for the given Xnew. The syntax is Ynew=intrapolate(Xdata, Ydata, Xnew)
Keywords: python,intrapolate,data analysis
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
