Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Numpy gann in Title/Summary

Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009
Python mlpy-3.5.0

Python mlpy-3.5.0

mlpy is a Python module for Machine Learning built on top of NumPy/SciPy and the GNU Scientific Libraries. mlpy provides a wide range of state-of-the-art machine learning methods for supervised and unsupervised problems. mlpy is multiplatform, and works with Python 2 & 3.

Python Bottleneck

Python Bottleneck

Bottleneck is a collection of fast NumPy array functions written in Cython. Only arrays with data type (dtype) int32, int64, float32, and float64 are accelerated. All other dtypes result in calls to slower, unaccelerated functions. To install bottleneck on Windows, first install MinGW and add it to your system path.

  • Publisher: Keith Goodman
  • Last updated: April 25th, 2014

Numpy gann in Description

Time Trader

Time Trader

Time Trader is a charting system which is designed to provide investors and market technicians with the most easy and straight forward way to undergo Gann style time and price analysis and certainly for quick investment decisions. In this software, there is included several applications in relation to Gann, Fibonacci and geometry theories of market

  • Publisher: Acrotec System Ltd.
  • Last updated: November 14th, 2011
Python mahotas-0.6.5

Python mahotas-0.6.5

Mahotas is a set of functions for image processing in Python. It is completely based on numpy arrays as its datatype. It has its heavy routines implemented in clean C++ in a way that is both very clean, type independent (using templates), and fast. All of the code is self contained and it has no other dependencies than numpy and scipy.ndimage (for certain algorithms).

  • Publisher: Luis Pedro Coelho
  • Home page: luispedro.org
  • Last updated: November 23rd, 2011
PyQtGraph

PyQtGraph

PyQtGraph is a pure-python graphics and GUI library built on PyQt4 / PySide and numpy. It is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of numpy for number crunching and Qt's GraphicsView framework for fast display.

  • Publisher: PyQtGraph Team
  • Home page: pyqtgraph.org
  • Last updated: May 27th, 2020
Fibonacci Lines Analyzer

Fibonacci Lines Analyzer

The Fibonacci lines analyzer shows Fibonacci retracement, expansion Levels , Fibonacci Arcs, Fibonacci spiral, Fibonacci Time Zones and Gann fan presenting result in graphical form.

Stock Doctor PC Charting Tool

Stock Doctor PC Charting Tool

This tool offers advanced technical charting capabilities with more than 60 pre-set technical indicators including MACD and Bollinger Band widths and 50 advanced drawing tools including Gann fans and Sine waves. With Fundamentals Tab you can view the latest fundamental figures of a company being displayed without leaving the Charting Tool

  • Publisher: Lincoln Indicators Pty Ltd
  • Last updated: November 29th, 2017

Additional Numpy gann selection

Python - nose

Python - nose

Python - nose is a discovery-based unittest extension (e.g. NumPy test module is using nose). Nose collects tests from unittest.TestCase subclasses, of course. But you can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.

  • Publisher: pythonxy
  • Home page: code.google.com
  • Last updated: October 26th, 2016
Python - scipy

Python - scipy

Python - scipy is open-source program for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation.

  • Publisher: Python
  • Last updated: January 14th, 2014
numexpr

numexpr

Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your cores, which may accelerate computations, most specially if they are not memory-bounded.

  • Publisher: Python Software Foundation
  • Last updated: June 28th, 2013
Python - guiqwt

Python - guiqwt

Based on PyQwt (plotting widgets for PyQt4 graphical user interfaces) and on the scientific modules NumPy and SciPy, guiqwt is a Python library providing efficient 2D data-plotting features (curve/image visualization and related tools) for interactive computing and signal/image processing application development.

  • Publisher: pythonxy.com
  • Last updated: December 3rd, 2012
PyQwt

PyQwt

PyQwt is a set of Python bindings for the Qwt library featuring fast plotting of Python lists and tuples and the powerful multi-dimensional arrays provided by NumPy, the fundamental package for efficient scientific and engineering computing in Python.

Python - scikits.timeseries

Python - scikits.timeseries

The scikits.timeseries python module provides classes and functions for manipulating, reporting, and plotting time series of various frequencies. The focus is on convenient data access while leveraging the existing functionality in numpy. If you wish to see this module live on independently of pandas, feel free to fork the code and take it over.

  • Publisher: mattknox_ca
  • Last updated: May 26th, 2010
Python - scikits.learn

Python - scikits.learn

It aims to provide simple and efficient solutions to learning problems that are accessible to everybody and reusable in various contexts: machine-learning as a versatile tool for science and engineering. Is a Python module integrating classic machine learning algorithms in the tightly-knit world of scientific

  • Publisher: pythonxy.com
  • Last updated: March 30th, 2012
Reinteract

Reinteract

Reinteract is a system for interactive experimentation with Python. Reinteract worksheets contain Python code combined with the results of that code, formatted as text or graphical plots.Unlike a traditional shell, you can go back and edit previously entered statements, and the results will update.

  • Publisher: Owen Taylor
  • Last updated: October 19th, 2009
Python pyaudiere-0.2

Python pyaudiere-0.2

PyAudiere is a very flexible and easy to use audio library for users of the Python programming language. Available methods allow you to read soundfiles of various formats into memory and play them, or stream them if they are large. You can pass sound buffers as NumPy arrays of float32's to play (non-blocking).

  • Publisher: Christopher Brown
  • Last updated: March 19th, 2010
OpenTURNS

OpenTURNS

The most prominent features are the sparse polynomial chaos expansion, numpy type conversion, more efficient Sobol' indices computation, and a bunch of bugfixes from the previous version. Sparse polynomial chaos expansion: -LAR algorithm -CorrectedLeaveOneOut cross-validation -KFold cross-validation New distributions: -Burr -InverseNormal