Giter Site home page Giter Site logo

santiagohenao_tools's Introduction

santiagohenao_tools

This is the package file where I define useful tools for my class of Computational Methods. All of this are programmed and written only by me, based on common mathematical/numerical methods to do certain things, usually I do this methos first on Mathematica and then they are reprogrammed on Python3. These files does not contain any code maded by third parties.

Santiago Henao Castellanos, Universidad de los Andes.

Go to examples fo better undestanding (soon). I'm bad explaining.

core.py

Some common useful methods. Array manipulation/customization.

D.py

Differentiation tools. Interpolation not included.

Fourier.py

Minimal implementation of Discrete Fourier Transform, working for unevenly spaced data.

Integration.py

Numerical Integration tools. For now, methods aviable are Riemann, Trapezoid, and Simpson Rule for data and functions.

MonteCarlo simple method is only aviable for functions on NIntegrate. DataIntegrate can interpolate the data before integration.

InfinityIntegrate seems to work... The optimal value for the resoluton seems to be "3.5", but resolution values lower than 3 dump my machine.

Interpolation.py

Lagrange polynomial interpolation methods. Includes data reduction and partial interpolation for large Data, wich can be like Newton-Cotes formulas for unevelny spaced data.

NewtonRhapson.py

A quite simple NewtonRhapson method.

StringLength.py

Years ago I programmed an algorithm for finding the period of variable stars on Julia, and it works very well. FFT can easily find the period for evelny spaced data, but astronomical observations are all but evelny spaced on time.

The method is based on a kind of minimum-phase-entropy principle. It is described on this paper

santiagohenao_tools's People

Contributors

santiagohenao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.